[Python-modules-commits] [django-environ] 04/06: Remove unneeded patch

Brian May bam at moszumanska.debian.org
Thu Jul 6 07:14:31 UTC 2017


This is an automated email from the git hooks/post-receive script.

bam pushed a commit to branch debian/master
in repository django-environ.

commit 310c6af0a2584e94fd71699b67fdfb42b36e3a9e
Author: Brian May <brian at linuxpenguins.xyz>
Date:   Thu Jul 6 17:09:36 2017 +1000

    Remove unneeded patch
---
 debian/patches/0001-Add-missing-files.patch | 45 -----------------------------
 debian/patches/series                       |  1 -
 2 files changed, 46 deletions(-)

diff --git a/debian/patches/0001-Add-missing-files.patch b/debian/patches/0001-Add-missing-files.patch
deleted file mode 100644
index 5695570..0000000
--- a/debian/patches/0001-Add-missing-files.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-From: Brian May <brian at linuxpenguins.xyz>
-Date: Wed, 6 Jan 2016 19:02:36 +1100
-Subject: Add missing files
-
-Files missing from upstream PyPI release.
----
- environ/test_env.txt | 29 +++++++++++++++++++++++++++++
- 1 file changed, 29 insertions(+)
- create mode 100644 environ/test_env.txt
-
-diff --git a/environ/test_env.txt b/environ/test_env.txt
-new file mode 100644
-index 0000000..f4c39ca
---- /dev/null
-+++ b/environ/test_env.txt
-@@ -0,0 +1,29 @@
-+DICT_VAR=foo=bar,test=on
-+BOOL_FALSE_VAR2=False
-+DATABASE_MYSQL_URL=mysql://bea6eb0:69772142@us-cdbr-east.cleardb.com/heroku_97681?reconnect=true
-+DATABASE_MYSQL_GIS_URL=mysqlgis://user:password@127.0.0.1/some_database
-+CACHE_URL=memcache://127.0.0.1:11211
-+CACHE_REDIS=rediscache://127.0.0.1:6379:1?client_class=django_redis.client.DefaultClient&password=secret
-+EMAIL_URL=smtps://user@domain.com:password@smtp.example.com:587
-+URL_VAR=http://www.google.com/
-+PATH_VAR=/home/dev
-+BOOL_FALSE_VAR=0
-+BOOL_TRUE_VAR2=True
-+DATABASE_SQLITE_URL=sqlite:////full/path/to/your/database/file.sqlite
-+JSON_VAR={"three": 33.44, "two": 2, "one": "bar"}
-+BOOL_TRUE_VAR=1
-+DATABASE_URL=postgres://uf07k1:wegauwhg@ec2-107-21-253-135.compute-1.amazonaws.com:5431/d8r82722
-+FLOAT_VAR=33.3
-+FLOAT_COMMA_VAR=33,3
-+FLOAT_STRANGE_VAR1=123,420,333.3
-+FLOAT_STRANGE_VAR2=123.420.333,3
-+PROXIED_VAR=$STR_VAR
-+EMPTY_LIST=
-+INT_VAR=42
-+STR_LIST_WITH_SPACES= foo,  bar
-+STR_VAR=bar
-+INT_LIST=42,33
-+CYRILLIC_VAR=фуубар
-+INT_TUPLE=(42,33)
-+DATABASE_ORACLE_TNS_URL=oracle://user:password@sid
-+DATABASE_ORACLE_URL=oracle://user:password@host:1521/sid
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 1743073..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-Add-missing-files.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-environ.git



More information about the Python-modules-commits mailing list