[Python-modules-commits] r31677 - in packages/routes/trunk/debian (3 files)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Mon Jan 19 22:02:45 UTC 2015
Date: Monday, January 19, 2015 @ 22:02:44
Author: piotr
Revision: 31677
* New upstream release
- drop_changes_from_description patch refreshed
* Homepage updated
* Standards-Version bumped to 3.9.6 (no changes needed)
Modified:
packages/routes/trunk/debian/changelog
packages/routes/trunk/debian/control
packages/routes/trunk/debian/patches/drop_changes_from_description.patch
Modified: packages/routes/trunk/debian/changelog
===================================================================
--- packages/routes/trunk/debian/changelog 2015-01-18 16:40:30 UTC (rev 31676)
+++ packages/routes/trunk/debian/changelog 2015-01-19 22:02:44 UTC (rev 31677)
@@ -1,3 +1,12 @@
+routes (2.1-1) experimental; urgency=medium
+
+ * New upstream release
+ - drop_changes_from_description patch refreshed
+ * Homepage updated
+ * Standards-Version bumped to 3.9.6 (no changes needed)
+
+ -- Piotr Ożarowski <piotr at debian.org> Sun, 18 Jan 2015 20:40:41 +0100
+
routes (2.0-1) unstable; urgency=low
* New upstream release
Modified: packages/routes/trunk/debian/control
===================================================================
--- packages/routes/trunk/debian/control 2015-01-18 16:40:30 UTC (rev 31676)
+++ packages/routes/trunk/debian/control 2015-01-19 22:02:44 UTC (rev 31677)
@@ -6,8 +6,8 @@
Build-Depends: debhelper (>= 9), dh-python
Build-Depends-Indep: python-all (>= 2.6.6-3~), python-setuptools (>= 0.6b3), python-sphinx (>= 1.0.7+dfsg),
python3-repoze.lru, python3-all, python3-setuptools, python3-sphinx
-Standards-Version: 3.9.5
-Homepage: http://routes.groovie.org/
+Standards-Version: 3.9.6
+Homepage: http://routes.readthedocs.org/
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/routes/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/routes/trunk/
X-Python-Version: >= 2.6
Modified: packages/routes/trunk/debian/patches/drop_changes_from_description.patch
===================================================================
--- packages/routes/trunk/debian/patches/drop_changes_from_description.patch 2015-01-18 16:40:30 UTC (rev 31676)
+++ packages/routes/trunk/debian/patches/drop_changes_from_description.patch 2015-01-19 22:02:44 UTC (rev 31677)
@@ -1,17 +1,19 @@
-Index: routes-2.0/setup.py
+Index: routes-2.1/setup.py
===================================================================
---- routes-2.0.orig/setup.py
-+++ routes-2.0/setup.py
-@@ -6,7 +6,7 @@ from setuptools import setup, find_packa
-
+--- routes-2.1.orig/setup.py
++++ routes-2.1/setup.py
+@@ -9,8 +9,8 @@ from setuptools import setup, find_packa
here = os.path.abspath(os.path.dirname(__file__))
- README = open(os.path.join(here, 'README.rst')).read()
--CHANGES = open(os.path.join(here, 'CHANGELOG.rst')).read()
-+#CHANGES = open(os.path.join(here, 'CHANGELOG.rst')).read()
+ with io.open(os.path.join(here, 'README.rst'), encoding='utf8') as f:
+ README = f.read()
+-with io.open(os.path.join(here, 'CHANGELOG.rst'), encoding='utf8') as f:
+- CHANGES = f.read()
++#with io.open(os.path.join(here, 'CHANGELOG.rst'), encoding='utf8') as f:
++# CHANGES = f.read()
PY3 = sys.version_info[0] == 3
extra_options = {
-@@ -23,7 +23,7 @@ if PY3:
+@@ -27,7 +27,7 @@ if PY3:
setup(name="Routes",
version=__version__,
description='Routing Recognition and Generation Tools',
@@ -19,4 +21,4 @@
+ long_description=README,
classifiers=["Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
- "License :: OSI Approved :: BSD License",
+ "License :: OSI Approved :: MIT License",
More information about the Python-modules-commits
mailing list