[Python-modules-commits] r28405 - in packages/python-pip/tags (3 files)
barry at users.alioth.debian.org
barry at users.alioth.debian.org
Mon Mar 31 18:49:14 UTC 2014
Date: Monday, March 31, 2014 @ 18:49:13
Author: barry
Revision: 28405
[svn-buildpackage] Tagging python-pip 1.5.4-1
Added:
packages/python-pip/tags/1.5.4-1/
packages/python-pip/tags/1.5.4-1/debian/changelog
(from rev 28404, packages/python-pip/trunk/debian/changelog)
Deleted:
packages/python-pip/tags/1.5.4-1/debian/changelog
Deleted: packages/python-pip/tags/1.5.4-1/debian/changelog
===================================================================
--- packages/python-pip/trunk/debian/changelog 2014-03-28 21:41:34 UTC (rev 28353)
+++ packages/python-pip/tags/1.5.4-1/debian/changelog 2014-03-31 18:49:13 UTC (rev 28405)
@@ -1,219 +0,0 @@
-python-pip (1.5.4-1) UNRELEASED; urgency=medium
-
- * Team upload.
- * New upstream release.
- * d/patches:
- - system-ca-certificates.patch: Removed. This is obsoleted by the
- vendorizing (and on Debian, de-vendorizing) of the requests library.
- - no-python-specific-scripts.patch: Removed. Upstream renamed pip-X.Y
- to pipX.Y but adopts our pipX name as well. I don't think it hurts
- to also have pipX.Y.
- - de-vendorize.patch: Added, in order to use Debian packages instead
- of vendorized packages.
- * d/control:
- - Bump Standards-Version to 3.9.5 with no other changes needed.
- - Update Depends for the vendorized packages.
- * d/python{,3}-pip.pyremove: Remove pip/_vendor directory from binary
- packages.
-
- -- Barry Warsaw <barry at debian.org> Tue, 25 Mar 2014 10:21:09 -0400
-
-python-pip (1.4.1-2) unstable; urgency=low
-
- * Team upload.
- * d/control:
- - Move ca-certificates from Recommends to Depends since
- certificate checks are now turned on by default. Without this,
- default usage of pip will just error with an informative message
- telling you to install ca-certificates anyway. (Closes: #722295)
- - wrap-and-sort
- * d/python{,3}-pip.install: wrap-and-sort
-
- -- Barry Warsaw <barry at debian.org> Mon, 09 Sep 2013 18:26:28 -0400
-
-python-pip (1.4.1-1) unstable; urgency=low
-
- * Team upload.
- * New upstream release.
- - d/control: Update Standards-Version to 3.9.4 with no additional
- changes required.
- - d/patches/no-python-specific-scripts.patch: Refreshed.
- - d/patches/format_egg_string.patch: Refreshed.
- - d/patches/system-ca-certificates.patch: Refreshed.
-
- -- Barry Warsaw <barry at debian.org> Mon, 19 Aug 2013 18:33:23 -0400
-
-python-pip (1.3.1-1) unstable; urgency=low
-
- [ Stefano Rivera ]
- * Team upload.
- * New upstream release.
- - pip now performs SSL certificate validation.
- CVE-2013-1629 (Closes: #710163)
- * Refresh patches.
- * Drop test_urlparse_uses_fragment.patch - superseded upstream.
- * Switch debian/watch to use https.
- * Updated Homepage.
- * Install the upstream changelog (Closes: #710134)
- * debian/copyright:
- - Update authors and years.
- - The pip license is Expat.
- - Reformat as valid machine-readable copyright format 1.0.
- - Add pip/cacert.pem.
- * debian/patches/system-ca-certificates.patch: Use the CA bundle provided by
- ca-certificates.
- * debian/patches/no-python-specific-scripts.patch: Drop pip-X.Y scripts, and
- simply provide pip2 and pip3. (Closes: #679196, #680150)
-
- [ Jakub Wilk ]
- * Use canonical URIs for Vcs-* fields.
-
- [ Dmitrijs Ledkovs ]
- * Build depend on python3-all, fixes FTBFS against multiple supported
- python3 versions (Closes: #692384).
-
- -- Stefano Rivera <stefanor at debian.org> Tue, 25 Jun 2013 23:43:45 +0200
-
-python-pip (1.1-3) unstable; urgency=low
-
- * debian/patches
- - add test_urlparse_uses_fragment.patch (Closes: #677801)
-
- -- Carl Chenet <chaica at debian.org> Sat, 23 Jun 2012 16:18:21 +0200
-
-python-pip (1.1-2) unstable; urgency=low
-
- * debian/control
- - Use X-Python-Version >= 2.6 (Closes: #676041)
- - Put python-all (>= 2.6) in B-D and Depends field
- - Put python-all-dev (>= 2.6) in python-pip pkg Depends field
- * Add pip-2.6 manpage
- * debian/python-pip.install
- - add support for multiple 2.x libraries
-
- -- Carl Chenet <chaica at debian.org> Tue, 05 Jun 2012 23:03:13 +0200
-
-python-pip (1.1-1) unstable; urgency=low
-
- * New upstream version (Closes: #632578,#633610,#653049)
- * debian/control
- - Add python3-pip binary package section
- - Add python3 in B-D
- - Add python3-pkg-resources and python3-setuptools in Depends
- - Bump Standards-Version to 3.9.3
- - Add X-Python3-Version field
- - add python-dev, python3-dev and build-essential in Recommends
- in order to be able to install C extensions (Closes: #633974)
- * Add python-pip.manpages and python3-pip.manpages
- * Update the pip.1 manpage
- * Add the pip-2.7.1 and pip.3.2.1 manpages
- * Add python-pip.links to link to pip exe name only for python2
- * debian/patches
- - Modify remove_hardcoded_python_version.patch to generate pip-X.Y binaries
- * debian/rules
- - Add with python3 to dh
-
- -- Carl Chenet <chaica at debian.org> Sun, 27 May 2012 04:14:03 +0200
-
-python-pip (1.0-1) unstable; urgency=low
-
- * New upstream version
- * debian/control
- - Remove python-support from Build-Depends-Indep
- - Bump python to 2.6.6-3
- - Bump Standards-Version to 3.9.1
- * debian/patches
- - Replaced remove_hardcoded_python_version by
- remove_hardcoded_python_version.patch
- - Replaced format_egg_string by format_egg_string.patch
- * debian/rules
- - Added --with python2 to dh $@
- * debian/copyright
- - updated copyright dates and authors
-
- -- Carl Chenet <chaica at ohmytux.com> Wed, 13 Apr 2011 04:12:53 +0200
-
-python-pip (0.8.1-1) unstable; urgency=low
-
- * New upstream version
- * debian/patches/format_egg_string
- - use the same egg string format than Debian python-setuptools
- Closes: #562544
- * debian/patches/remove_hardcoded_python_version
- - remove pip-X.X exe and hardcoded Python version in entry_points.txt
- * debian/control
- - bump Standards-Version to 3.9.1. No changes needed.
- - added python-setuptools to Build-Depends-Indep
- - switched XS-Python-Version to >= 2.5
- * debian/rules
- - removing overrides
-
- -- Carl Chenet <chaica at ohmytux.com> Wed, 06 Oct 2010 01:15:42 +0200
-
-python-pip (0.7.2-1) unstable; urgency=low
-
- * New upstream version
- * Added debian/install
- * debian/source/format
- - bump to 3.0 (quilt)
- * renamed python-pip.manpages to manpages
- * debian/control
- - bump Standards-Version to 3.8.4 (no changes needed)
- - switched XS-Python-Version to all
- - removed python-setuptools in Build-Depends
- * debian/rules
- - overriding dh_auto_install to install with install file
- * debian/pip.1
- - added uninstall and search sections
-
- -- Carl Chenet <chaica at ohmytux.com> Fri, 04 Jun 2010 02:02:44 +0200
-
-python-pip (0.6.1-1) unstable; urgency=low
-
- [ Carl Chenet ]
- * New upstream release. Closes: #546049
- * Switched from python-central to python-support
- Closes: #556852
- * Using dh7 + rules.tiny
- * debian/control
- - Added Build-Depends-Indep field
- - Switched Vcs-Bzr to Vcs-Svn
- - Switched Vcs-Browser to DPMT SVN url.
- - Removed python-all-dev from b-d. Not needed.
- - Removed xsltproc and docbook-xsl from b-d-i. Not needed anymore.
- We use a static debian/pip.1
- - Maintainer is now the DPMT team
- - Put Carl Chenet <chaica at ohmytux.com> in Uploaders
- - Put Jeff Licquia <licquia at debian.org> in Uploaders
- - python-setuptools is mandatory at runtime
- Added it in Depends field: Closes: #536698, #546432
- - Removing the first line of the long description
- - bump Standards-Version to 3.8.3 (no changes needed)
- * Removed debian/dirs
- * Replacing pip.xml by pip.1
- * debian/watch
- - Removed useless comments
- * debian/rules
- - Added an override for the upstream changelog
-
- [ Kumar Appaiah ]
- * Integrate NMU changelog entry.
-
- [ Sandro Tosi ]
- * debian/control
- - removed python-all-dev from b-d, not needed
-
- -- Carl Chenet <chaica at ohmytux.com> Tue, 15 Dec 2009 02:07:56 +0100
-
-python-pip (0.3.1-1.1) unstable; urgency=low
-
- * Non-maintainer upload.
- * Add Jakub Wilk's patch to fix FTBFS with Python 2.6 (Closes: #556852)
-
- -- Kumar Appaiah <akumar at debian.org> Tue, 08 Dec 2009 18:41:05 -0600
-
-python-pip (0.3.1-1) unstable; urgency=low
-
- * Initial release. Closes: #522135.
-
- -- Jeff Licquia <licquia at debian.org> Tue, 21 Apr 2009 21:10:13 -0400
Copied: packages/python-pip/tags/1.5.4-1/debian/changelog (from rev 28404, packages/python-pip/trunk/debian/changelog)
===================================================================
--- packages/python-pip/tags/1.5.4-1/debian/changelog (rev 0)
+++ packages/python-pip/tags/1.5.4-1/debian/changelog 2014-03-31 18:49:13 UTC (rev 28405)
@@ -0,0 +1,219 @@
+python-pip (1.5.4-1) unstable; urgency=medium
+
+ * Team upload.
+ * New upstream release.
+ * d/patches:
+ - system-ca-certificates.patch: Removed. This is obsoleted by the
+ vendorizing (and on Debian, de-vendorizing) of the requests library.
+ - no-python-specific-scripts.patch: Removed. Upstream renamed pip-X.Y
+ to pipX.Y but adopts our pipX name as well. I don't think it hurts
+ to also have pipX.Y.
+ - de-vendorize.patch: Added, in order to use Debian packages instead
+ of vendorized packages.
+ * d/control:
+ - Bump Standards-Version to 3.9.5 with no other changes needed.
+ - Update Depends for the vendorized packages.
+ * d/python{,3}-pip.pyremove: Remove pip/_vendor directory from binary
+ packages.
+
+ -- Barry Warsaw <barry at debian.org> Mon, 31 Mar 2014 14:44:40 -0400
+
+python-pip (1.4.1-2) unstable; urgency=low
+
+ * Team upload.
+ * d/control:
+ - Move ca-certificates from Recommends to Depends since
+ certificate checks are now turned on by default. Without this,
+ default usage of pip will just error with an informative message
+ telling you to install ca-certificates anyway. (Closes: #722295)
+ - wrap-and-sort
+ * d/python{,3}-pip.install: wrap-and-sort
+
+ -- Barry Warsaw <barry at debian.org> Mon, 09 Sep 2013 18:26:28 -0400
+
+python-pip (1.4.1-1) unstable; urgency=low
+
+ * Team upload.
+ * New upstream release.
+ - d/control: Update Standards-Version to 3.9.4 with no additional
+ changes required.
+ - d/patches/no-python-specific-scripts.patch: Refreshed.
+ - d/patches/format_egg_string.patch: Refreshed.
+ - d/patches/system-ca-certificates.patch: Refreshed.
+
+ -- Barry Warsaw <barry at debian.org> Mon, 19 Aug 2013 18:33:23 -0400
+
+python-pip (1.3.1-1) unstable; urgency=low
+
+ [ Stefano Rivera ]
+ * Team upload.
+ * New upstream release.
+ - pip now performs SSL certificate validation.
+ CVE-2013-1629 (Closes: #710163)
+ * Refresh patches.
+ * Drop test_urlparse_uses_fragment.patch - superseded upstream.
+ * Switch debian/watch to use https.
+ * Updated Homepage.
+ * Install the upstream changelog (Closes: #710134)
+ * debian/copyright:
+ - Update authors and years.
+ - The pip license is Expat.
+ - Reformat as valid machine-readable copyright format 1.0.
+ - Add pip/cacert.pem.
+ * debian/patches/system-ca-certificates.patch: Use the CA bundle provided by
+ ca-certificates.
+ * debian/patches/no-python-specific-scripts.patch: Drop pip-X.Y scripts, and
+ simply provide pip2 and pip3. (Closes: #679196, #680150)
+
+ [ Jakub Wilk ]
+ * Use canonical URIs for Vcs-* fields.
+
+ [ Dmitrijs Ledkovs ]
+ * Build depend on python3-all, fixes FTBFS against multiple supported
+ python3 versions (Closes: #692384).
+
+ -- Stefano Rivera <stefanor at debian.org> Tue, 25 Jun 2013 23:43:45 +0200
+
+python-pip (1.1-3) unstable; urgency=low
+
+ * debian/patches
+ - add test_urlparse_uses_fragment.patch (Closes: #677801)
+
+ -- Carl Chenet <chaica at debian.org> Sat, 23 Jun 2012 16:18:21 +0200
+
+python-pip (1.1-2) unstable; urgency=low
+
+ * debian/control
+ - Use X-Python-Version >= 2.6 (Closes: #676041)
+ - Put python-all (>= 2.6) in B-D and Depends field
+ - Put python-all-dev (>= 2.6) in python-pip pkg Depends field
+ * Add pip-2.6 manpage
+ * debian/python-pip.install
+ - add support for multiple 2.x libraries
+
+ -- Carl Chenet <chaica at debian.org> Tue, 05 Jun 2012 23:03:13 +0200
+
+python-pip (1.1-1) unstable; urgency=low
+
+ * New upstream version (Closes: #632578,#633610,#653049)
+ * debian/control
+ - Add python3-pip binary package section
+ - Add python3 in B-D
+ - Add python3-pkg-resources and python3-setuptools in Depends
+ - Bump Standards-Version to 3.9.3
+ - Add X-Python3-Version field
+ - add python-dev, python3-dev and build-essential in Recommends
+ in order to be able to install C extensions (Closes: #633974)
+ * Add python-pip.manpages and python3-pip.manpages
+ * Update the pip.1 manpage
+ * Add the pip-2.7.1 and pip.3.2.1 manpages
+ * Add python-pip.links to link to pip exe name only for python2
+ * debian/patches
+ - Modify remove_hardcoded_python_version.patch to generate pip-X.Y binaries
+ * debian/rules
+ - Add with python3 to dh
+
+ -- Carl Chenet <chaica at debian.org> Sun, 27 May 2012 04:14:03 +0200
+
+python-pip (1.0-1) unstable; urgency=low
+
+ * New upstream version
+ * debian/control
+ - Remove python-support from Build-Depends-Indep
+ - Bump python to 2.6.6-3
+ - Bump Standards-Version to 3.9.1
+ * debian/patches
+ - Replaced remove_hardcoded_python_version by
+ remove_hardcoded_python_version.patch
+ - Replaced format_egg_string by format_egg_string.patch
+ * debian/rules
+ - Added --with python2 to dh $@
+ * debian/copyright
+ - updated copyright dates and authors
+
+ -- Carl Chenet <chaica at ohmytux.com> Wed, 13 Apr 2011 04:12:53 +0200
+
+python-pip (0.8.1-1) unstable; urgency=low
+
+ * New upstream version
+ * debian/patches/format_egg_string
+ - use the same egg string format than Debian python-setuptools
+ Closes: #562544
+ * debian/patches/remove_hardcoded_python_version
+ - remove pip-X.X exe and hardcoded Python version in entry_points.txt
+ * debian/control
+ - bump Standards-Version to 3.9.1. No changes needed.
+ - added python-setuptools to Build-Depends-Indep
+ - switched XS-Python-Version to >= 2.5
+ * debian/rules
+ - removing overrides
+
+ -- Carl Chenet <chaica at ohmytux.com> Wed, 06 Oct 2010 01:15:42 +0200
+
+python-pip (0.7.2-1) unstable; urgency=low
+
+ * New upstream version
+ * Added debian/install
+ * debian/source/format
+ - bump to 3.0 (quilt)
+ * renamed python-pip.manpages to manpages
+ * debian/control
+ - bump Standards-Version to 3.8.4 (no changes needed)
+ - switched XS-Python-Version to all
+ - removed python-setuptools in Build-Depends
+ * debian/rules
+ - overriding dh_auto_install to install with install file
+ * debian/pip.1
+ - added uninstall and search sections
+
+ -- Carl Chenet <chaica at ohmytux.com> Fri, 04 Jun 2010 02:02:44 +0200
+
+python-pip (0.6.1-1) unstable; urgency=low
+
+ [ Carl Chenet ]
+ * New upstream release. Closes: #546049
+ * Switched from python-central to python-support
+ Closes: #556852
+ * Using dh7 + rules.tiny
+ * debian/control
+ - Added Build-Depends-Indep field
+ - Switched Vcs-Bzr to Vcs-Svn
+ - Switched Vcs-Browser to DPMT SVN url.
+ - Removed python-all-dev from b-d. Not needed.
+ - Removed xsltproc and docbook-xsl from b-d-i. Not needed anymore.
+ We use a static debian/pip.1
+ - Maintainer is now the DPMT team
+ - Put Carl Chenet <chaica at ohmytux.com> in Uploaders
+ - Put Jeff Licquia <licquia at debian.org> in Uploaders
+ - python-setuptools is mandatory at runtime
+ Added it in Depends field: Closes: #536698, #546432
+ - Removing the first line of the long description
+ - bump Standards-Version to 3.8.3 (no changes needed)
+ * Removed debian/dirs
+ * Replacing pip.xml by pip.1
+ * debian/watch
+ - Removed useless comments
+ * debian/rules
+ - Added an override for the upstream changelog
+
+ [ Kumar Appaiah ]
+ * Integrate NMU changelog entry.
+
+ [ Sandro Tosi ]
+ * debian/control
+ - removed python-all-dev from b-d, not needed
+
+ -- Carl Chenet <chaica at ohmytux.com> Tue, 15 Dec 2009 02:07:56 +0100
+
+python-pip (0.3.1-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Add Jakub Wilk's patch to fix FTBFS with Python 2.6 (Closes: #556852)
+
+ -- Kumar Appaiah <akumar at debian.org> Tue, 08 Dec 2009 18:41:05 -0600
+
+python-pip (0.3.1-1) unstable; urgency=low
+
+ * Initial release. Closes: #522135.
+
+ -- Jeff Licquia <licquia at debian.org> Tue, 21 Apr 2009 21:10:13 -0400
More information about the Python-modules-commits
mailing list