[Python-modules-commits] [django-auth-ldap] 07/20: change version to 1.2.10+dfsg-1~exp1 [ Ondřej Nový ] [ Michael Fladischer ] New upstream release. change urgency to low
Michael Fladischer
fladi at moszumanska.debian.org
Sun Mar 19 08:08:20 UTC 2017
This is an automated email from the git hooks/post-receive script.
fladi pushed a commit to branch master
in repository django-auth-ldap.
commit 15ee18bcfdd6375231356f0f901d71dbad8b6697
Merge: 6da244a 19e6f4f
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date: Fri Mar 17 20:25:01 2017 +0100
change version to 1.2.10+dfsg-1~exp1
[ Ondřej Nový ]
[ Michael Fladischer ]
New upstream release.
change urgency to low
debian/.git-dpm | 4 +--
debian/changelog | 8 ++++--
...3-Use-pyldap-for-both-Python2-and-Python3.patch | 32 ++++++++++++++++++++++
debian/patches/series | 1 +
setup.py | 5 +---
5 files changed, 42 insertions(+), 8 deletions(-)
diff --cc debian/.git-dpm
index b436ae0,0000000..bd5dac2
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,11 -1,0 +1,11 @@@
+# see git-dpm(1) from git-dpm package
- 5437a45614c0b188c091afa0ee62e070ee3f1636
- 5437a45614c0b188c091afa0ee62e070ee3f1636
++19e6f4f1a8014ada6b079683e2f997506a52c6b9
++19e6f4f1a8014ada6b079683e2f997506a52c6b9
+041fe276d3d9753ff0a455423ca517459335477e
+041fe276d3d9753ff0a455423ca517459335477e
+django-auth-ldap_1.2.10+dfsg.orig.tar.gz
+8c5daabe302f15c21f972b40e683515d8d33a8dd
+102044
+debianTag="debian/%e%v"
+patchedTag="patched/%e%v"
+upstreamTag="upstream/%e%u"
diff --cc debian/changelog
index b6ef048,0000000..de2d79e
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,181 -1,0 +1,185 @@@
- django-auth-ldap (1.2.7+dfsg-2) UNRELEASED; urgency=medium
++django-auth-ldap (1.2.10+dfsg-1~exp1) UNRELEASED; urgency=low
+
++ [ Ondřej Nový ]
+ * Fixed homepage (https)
+ * Fixed VCS URL (https)
+
- -- Ondřej Nový <novy at ondrej.org> Tue, 29 Mar 2016 21:25:55 +0200
++ [ Michael Fladischer ]
++ * New upstream release.
++
++ -- Michael Fladischer <fladi at debian.org> Fri, 17 Mar 2017 20:25:01 +0100
+
+django-auth-ldap (1.2.7+dfsg-1) unstable; urgency=medium
+
+ [ Michael Fladischer ]
+ * New upstream release (Closes: #806344).
+ * Bump debhelper compatibility and version to 9.
+ * Clean django_auth_ldap.egg-info/requires.txt to allow two builds in a row.
+
+ [ SVN-Git Migration ]
+ * git-dpm config
+ * Update Vcs fields for git migration
+
+ -- Michael Fladischer <fladi at debian.org> Sat, 02 Jan 2016 16:22:15 +0100
+
+django-auth-ldap (1.2.6+dfsg-1) unstable; urgency=medium
+
+ * New upstream release.
+ * Bump Standards-Version to 3.9.6.
+ * Use pypi.debian.net service for uscan.
+ * Add repacksuffix to d/watch for DFSG-compliant repacks.
+ * Add dversionmangle for DFSG-repack to d/watch.
+ * Change my email address to fladi at debian.org.
+
+ -- Michael Fladischer <fladi at debian.org> Thu, 28 May 2015 09:59:30 +0200
+
+django-auth-ldap (1.2.2+dfsg-1) unstable; urgency=low
+
+ * New upstream relese (Closes: #755588).
+ * Add dh-python to Build-Depends.
+ * Switch buildsystem to pybuild.
+ * Remove superfluous install file.
+ * Use upstream test environment.
+ * Rename license to BSD-2-clause.
+
+ -- Michael Fladischer <FladischerMichael at fladi.at> Tue, 23 Sep 2014 21:15:08 +0200
+
+django-auth-ldap (1.2.0+dfsg-1) unstable; urgency=low
+
+ * New upstream release.
+ * Remove minified JavaScript files from source tarball.
+ * Mangle "+dfsg" in debian/watch.
+ * Check PGP signature on upstream tarball:
+ + Add signature URL to debian/watch.
+ + Include upstream public PGP key D0FA0E76.
+ + Allow debian/upstream-signing-key.pgp to be included as a binary.
+
+ -- Michael Fladischer <FladischerMichael at fladi.at> Wed, 23 Apr 2014 12:54:38 +0200
+
+django-auth-ldap (1.1.8-1) unstable; urgency=medium
+
+ * New upstream release.
+ * Update years in d/copyright.
+
+ -- Michael Fladischer <FladischerMichael at fladi.at> Wed, 12 Feb 2014 09:55:01 +0100
+
+django-auth-ldap (1.1.7-2) unstable; urgency=medium
+
+ * Add mockldap to Build-Depends, reenabling tests.
+
+ -- Michael Fladischer <FladischerMichael at fladi.at> Fri, 27 Dec 2013 14:39:48 +0100
+
+django-auth-ldap (1.1.7-1) unstable; urgency=low
+
+ [ Michael Fladischer ]
+ * New upstream release (Closes: #678703).
+ * Add python-setuptools to Build-Depends, upstream switched from distutils
+ to setuptools.
+ * Bump python version support to >= 2.5.
+ * Bump dependency on Django to >= 1.3.
+ * Bump Standards-Version to 3.9.5.
+ * Bump debhelper in Build-Depends to >= 8.1.0~.
+ * Drop unnecessary versioned dependencies in Depends and Build-Depends:
+ + python-all
+ + python-ldap
+ * Ommit installing archived documentation:
+ + Add patch docs-do_not_install_archive.patch.
+ * Use locally installed objects.inv for intersphinx mapping:
+ + Add patch docs-use_local_intersphinx_mapping.patch.
+ + Add python-doc to Build-Depends.
+ + Add python-django-doc to Build-Depends.
+ * Format packaging files with wrap-and-sort.
+ * Change documentation source directory for sphinx.
+ * Update years in d/copyright.
+ * Drop temporary fix for PKG-INFO.
+ * Run dh_clean in override target.
+ * Clean django_auth_ldap.egg-info/SOURCES.txt after each build.
+
+ [ Jakub Wilk ]
+ * Use canonical URIs for Vcs-* fields.
+
+ -- Michael Fladischer <FladischerMichael at fladi.at> Tue, 26 Nov 2013 08:57:20 +0100
+
+django-auth-ldap (1.0.19-2) unstable; urgency=low
+
+ * Make dependency on python-django unversioned again.
+
+ -- Michael Fladischer <FladischerMichael at fladi.at> Sun, 08 Jul 2012 20:03:30 +0200
+
+django-auth-ldap (1.0.19-1) unstable; urgency=low
+
+ * New upstream release.
+ * Fix tests for django (>= 1.4) FTBFS (Closes: #669486).
+ * Bump dependency on python-django to (>= 1.2).
+
+ -- Michael Fladischer <FladischerMichael at fladi.at> Sun, 08 Jul 2012 14:07:46 +0200
+
+django-auth-ldap (1.0.18-1) unstable; urgency=low
+
+ * New upstream release.
+ * Update years in d/copyright.
+ * Update DEP-5 URL to 1.0.
+ * Bump Standards-Version to 3.9.3.
+
+ -- Michael Fladischer <FladischerMichael at fladi.at> Fri, 16 Mar 2012 09:28:59 +0100
+
+django-auth-ldap (1.0.14-1) unstable; urgency=low
+
+ * New upstream release.
+ * B-D on python-sphinx (>= 1.0.7+dfsg).
+ * Change order of my name.
+ * Temporary fix for Metadata-Version in django_auth_ldap-1.0.14.egg-
+ info.
+
+ -- Michael Fladischer <FladischerMichael at fladi.at> Mon, 09 Jan 2012 12:31:28 +0100
+
+django-auth-ldap (1.0.12-1) unstable; urgency=low
+
+ * New upstream release.
+ * Upload to unstable.
+ * Update DEP5 format.
+ * Drop debian/pyversions in favour of XS-Python-Version.
+ * Set PMPT as maintainer and myself as uploader.
+ * Simplify debian/rules by using static settings.py.
+ * Remove bogus docs/._index.rst ahead of building documentation.
+ * Streamline packaging code with wrap-and-sort.
+ * Switch to dh_python2.
+ * Update database settings for unit tests to comply with Django 1.3.
+ * Clean up documentation after build.
+ * Bumped Standards-Version to 3.9.2 (no change necessary).
+ * Use dh_sphinxdoc.
+ * Change build path for documentation.
+ * Ship documentation in separate package.
+ * Use override_dh_auto_build to build documentation.
+ * Update copyright year in d/copyright.
+
+ -- Fladischer Michael <FladischerMichael at fladi.at> Mon, 03 Oct 2011 07:20:07 +0200
+
+django-auth-ldap (1.0.7-1) experimental; urgency=low
+
+ * New upstream release.
+ * Bumped version of Debian policy compliance to 3.9.1 (nothing to do).
+ * Include documentation. (Closes: #600634)
+
+ -- Fladischer Michael <FladischerMichael at fladi.at> Thu, 30 Dec 2010 23:19:00 +0100
+
+django-auth-ldap (1.0.5-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Fladischer Michael <FladischerMichael at fladi.at> Tue, 22 Jun 2010 10:59:16 +0200
+
+django-auth-ldap (1.0.4-1) UNRELEASED; urgency=low
+
+ * New upstream release.
+ * Add Vcs-* fields.
+ * Set Debian Python Modules Packaging Team as Uploaders.
+ * Use DEP5 for copyright file.
+
+ -- Fladischer Michael <FladischerMichael at fladi.at> Mon, 07 Jun 2010 08:21:29 +0200
+
+django-auth-ldap (1.0.3-1) unstable; urgency=low
+
+ * Initial release (Closes: #575817)
+
+ -- Fladischer Michael <FladischerMichael at fladi.at> Fri, 02 Apr 2010 08:48:43 +0200
diff --cc debian/patches/0003-Use-pyldap-for-both-Python2-and-Python3.patch
index 0000000,0000000..d7bed8c
new file mode 100644
--- /dev/null
+++ b/debian/patches/0003-Use-pyldap-for-both-Python2-and-Python3.patch
@@@ -1,0 -1,0 +1,32 @@@
++From 19e6f4f1a8014ada6b079683e2f997506a52c6b9 Mon Sep 17 00:00:00 2001
++From: Michael Fladischer <FladischerMichael at fladi.at>
++Date: Fri, 17 Mar 2017 20:24:08 +0100
++Subject: Use pyldap for both Python2 and Python3.
++
++---
++ setup.py | 5 +----
++ 1 file changed, 1 insertion(+), 4 deletions(-)
++
++diff --git a/setup.py b/setup.py
++index 732b9f7..8575f63 100644
++--- a/setup.py
+++++ b/setup.py
++@@ -5,9 +5,6 @@ import sys
++ from setuptools import setup
++
++
++-PY3 = (sys.version_info[0] == 3)
++-
++-
++ setup(
++ name="django-auth-ldap",
++ version="1.2.10",
++@@ -40,7 +37,7 @@ setup(
++ keywords=["django", "ldap", "authentication", "auth"],
++ install_requires=[
++ "django",
++- "pyldap" if PY3 else "python-ldap >= 2.0",
+++ "pyldap",
++ ],
++ setup_requires=[
++ "setuptools >= 0.6c11",
diff --cc debian/patches/series
index d6e9fc9,0000000..5e2a5af
mode 100644,000000..100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@@ -1,2 -1,0 +1,3 @@@
+docs-do_not_install_archive.patch
+docs-use_local_intersphinx_mapping.patch
++0003-Use-pyldap-for-both-Python2-and-Python3.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-auth-ldap.git
More information about the Python-modules-commits
mailing list