[Python-modules-commits] r25649 - in packages/python-pip/tags (3 files)
barry at users.alioth.debian.org
barry at users.alioth.debian.org
Mon Aug 19 22:35:06 UTC 2013
Date: Monday, August 19, 2013 @ 22:35:04
Author: barry
Revision: 25649
[svn-buildpackage] Tagging python-pip 1.4.1-1
Added:
packages/python-pip/tags/1.4.1-1/
packages/python-pip/tags/1.4.1-1/debian/changelog
(from rev 25648, packages/python-pip/trunk/debian/changelog)
Deleted:
packages/python-pip/tags/1.4.1-1/debian/changelog
Deleted: packages/python-pip/tags/1.4.1-1/debian/changelog
===================================================================
--- packages/python-pip/trunk/debian/changelog 2013-08-19 22:30:07 UTC (rev 25647)
+++ packages/python-pip/tags/1.4.1-1/debian/changelog 2013-08-19 22:35:04 UTC (rev 25649)
@@ -1,186 +0,0 @@
-python-pip (1.4.1-1) UNRELEASED; 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 17:17:24 -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.4.1-1/debian/changelog (from rev 25648, packages/python-pip/trunk/debian/changelog)
===================================================================
--- packages/python-pip/tags/1.4.1-1/debian/changelog (rev 0)
+++ packages/python-pip/tags/1.4.1-1/debian/changelog 2013-08-19 22:35:04 UTC (rev 25649)
@@ -0,0 +1,186 @@
+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