[Python-modules-commits] r32490 - in packages/python-ldap3/trunk/debian (3 files)

bam at users.alioth.debian.org bam at users.alioth.debian.org
Thu Apr 30 04:33:39 UTC 2015


    Date: Thursday, April 30, 2015 @ 04:33:36
  Author: bam
Revision: 32490

New upstream release.

Modified:
  packages/python-ldap3/trunk/debian/changelog
  packages/python-ldap3/trunk/debian/patches/series
Deleted:
  packages/python-ldap3/trunk/debian/patches/dont_update_version.patch

Modified: packages/python-ldap3/trunk/debian/changelog
===================================================================
--- packages/python-ldap3/trunk/debian/changelog	2015-04-29 08:12:59 UTC (rev 32489)
+++ packages/python-ldap3/trunk/debian/changelog	2015-04-30 04:33:36 UTC (rev 32490)
@@ -1,3 +1,9 @@
+python-ldap3 (0.9.8.2-1) unstable; urgency=medium
+
+  * New upstream release.
+
+ -- Brian May <bam at debian.org>  Thu, 30 Apr 2015 14:33:03 +1000
+
 python-ldap3 (0.9.7.4-1) unstable; urgency=low
 
   * New upstream release.

Deleted: packages/python-ldap3/trunk/debian/patches/dont_update_version.patch
===================================================================
--- packages/python-ldap3/trunk/debian/patches/dont_update_version.patch	2015-04-29 08:12:59 UTC (rev 32489)
+++ packages/python-ldap3/trunk/debian/patches/dont_update_version.patch	2015-04-30 04:33:36 UTC (rev 32490)
@@ -1,38 +0,0 @@
-Index: python-ldap3/setup.py
-===================================================================
---- python-ldap3.orig/setup.py	2015-02-03 11:12:20.000000000 +1100
-+++ python-ldap3/setup.py	2015-02-19 15:22:49.139840202 +1100
-@@ -21,9 +21,6 @@
- # If not, see <http://www.gnu.org/licenses/>.
- 
- from setuptools import setup
--from os import path
--from datetime import datetime
--from platform import uname, python_version, python_build, python_compiler
- 
- 
- version_file = open('_version.py')
-@@ -42,23 +39,6 @@
- 
- version_file.close()
- 
--project_version_file = open(path.join(__package_folder__, __package_name__, 'version.py'), 'w+')
--project_version_file.write('\n'.join([
--    '# version file for ' + __package_name__,
--    '# generated on ' + datetime.now().__str__(),
--    '# on system ' + str(uname()),
--    '# with Python ' + python_version() + ' - ' + str(python_build()) + ' - ' + python_compiler(),
--    '#',
--    '__version__ = ' + "'" + __version__ + "'",
--    '__author__ = ' + "'" + __author__ + "'",
--    '__email__ = ' + "'" + __email__ + "'",
--    '__url__ = ' + "'" + __url__ + "'",
--    '__description__ = ' + "'" + __description__ + "'",
--    '__status__ = ' + "'" + __status__ + "'",
--    '__license__ = ' + "'" + __license__ + "'"]))
--
--project_version_file.close()
--
- setup(name=__package_name__,
-       version=__version__,
-       packages=['ldap3',

Modified: packages/python-ldap3/trunk/debian/patches/series
===================================================================
--- packages/python-ldap3/trunk/debian/patches/series	2015-04-29 08:12:59 UTC (rev 32489)
+++ packages/python-ldap3/trunk/debian/patches/series	2015-04-30 04:33:36 UTC (rev 32490)
@@ -1 +0,0 @@
-dont_update_version.patch




More information about the Python-modules-commits mailing list