Commit Graph

126 Commits

Author SHA1 Message Date
Toshio Kuratomi
8b4da0d1cf Minor upstream update to reign in overzealous warnings 2013-11-07 12:21:46 -08:00
Toshio Kuratomi
c8db69c834 Upstream update that pulls in our security patches 2013-11-04 11:59:43 -08:00
Toshio Kuratomi
6dfb7597b1 Update to newer upstream release that has our patch to the unittests
- Fix for http://bugs.python.org/issue17997#msg194950 which affects us since
  setuptools copies that code. Changed to use
  python-backports-ssl_match_hostname so that future issues can be fixed in
  that package.
2013-10-28 12:11:47 -07:00
Toshio Kuratomi
306cac0679 Update to newer upstream release. Some minor incompatibilities listed but
they should affect few, if any consumers.
2013-10-26 08:37:02 -07:00
Dennis Gilmore
c9dde15b39 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-04 04:42:59 -05:00
Toshio Kuratomi
994ec72042 Upstream update -- just fixes python-2.4 compat 2013-07-23 12:09:10 -07:00
Toshio Kuratomi
28aeb2e6dc Update to 0.9.5
- package_index can handle hashes other than md5
  - Fix security vulnerability in SSL certificate validation
  - https://bugzilla.redhat.com/show_bug.cgi?id=963260
2013-07-16 11:46:30 -07:00
Toshio Kuratomi
23d2121291 Update to upstream 0.8 release. Codebase now runs on anything from
python-2.4 to python-3.3 without having to be translated by 2to3.
2013-07-05 13:47:52 -07:00
Toshio Kuratomi
3fa6764fe8 Update to 0.7.7 upstream release
Update to the setuptools-0.7 branch that merges distribute and setuptools
2013-07-03 09:56:40 -07:00
Toshio Kuratomi
e4bbc8117d Merge branch 'master' of ssh://pkgs.fedoraproject.org/python-setuptools
Conflicts:
	python-setuptools.spec
2013-04-11 20:48:37 -07:00
Toshio Kuratomi
895ce1eb13 Update to upstream 0.6.36. Many bugfixes 2013-04-11 18:09:47 -07:00
Dennis Gilmore
0c781ab3d9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 14:21:19 -06:00
David Malcolm
c72fb46453 rebuild for https://fedoraproject.org/wiki/Features/Python_3.3 2012-08-03 20:15:33 -04:00
David Malcolm
f450465981 remove rhel logic from with_python3 conditional 2012-08-03 12:28:59 -04:00
Toshio Kuratomi
afefd20505 Merge branch 'master' of ssh://pkgs.fedoraproject.org/python-setuptools
Conflicts:
	python-setuptools.spec
2012-07-23 07:58:40 -07:00
Toshio Kuratomi
a4d5040e19 New upstream release:
- python-3.3 fixes
  - honor umask when setuptools is used to install other modules
2012-07-23 07:57:30 -07:00
Dennis Gilmore
a064d3c1ed - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-21 03:54:06 -05:00
Toshio Kuratomi
0ef78f7cec Fix easy_install.py having a python3 shebang in the python2 package 2012-06-11 08:19:49 -07:00
Toshio Kuratomi
8a178e835d Upstream bugfix 2012-06-08 12:49:50 -07:00
Toshio Kuratomi
5fe0d71bb0 Previous change in two places 2012-05-15 08:41:21 -07:00
Toshio Kuratomi
9d6978a8fa New version added filenames with spaces. Adjust accordingly 2012-05-15 08:33:58 -07:00
Toshio Kuratomi
0d1fa920b4 Upstream bugfix 2012-05-15 08:20:22 -07:00
Dennis Gilmore
899a186b0b - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-13 20:06:46 -06:00
Toshio Kuratomi
2f152e5ccd Upstream bugfix
Compile the win32 launcher binary using mingw
2011-10-26 17:49:04 -07:00
Toshio Kuratomi
efecd02331 Upstream bugfix release 2011-08-21 08:21:36 -07:00
Toshio Kuratomi
ab8f0e6ac0 Upstream bugfix release 2011-07-14 09:09:48 -07:00
Toshio Kuratomi
8e9734fd2b Switch to patch that I got in to upstream 2011-02-22 15:56:32 -08:00
Toshio Kuratomi
d9f5a2d4b3 Merge branch 'master' of ssh://pkgs.fedoraproject.org/python-setuptools
Conflicts:
	python-setuptools.spec
2011-02-22 10:49:12 -08:00
Toshio Kuratomi
4649b903bf Fix build on python-3.2 2011-02-22 10:41:00 -08:00
Dennis Gilmore
1caf2b42b5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-09 00:19:24 -06:00
Thomas Spura
50fa7bac5a - rebuild with python3.2
http://lists.fedoraproject.org/pipermail/devel/2010-August/141368.html
2010-08-22 13:55:47 +02:00
Toshio Kuratomi
bf51ace91c Fix a typo in implementation of the python3 subpackage build. Shouldn't
affect the end result from the buildsystem but it could affect people
rebuilding from the srpm
2010-08-11 12:20:31 -04:00
Toshio Kuratomi
957130b2fa * Tue Aug 10 2010 Toshio Kuratomi <toshio@fedoraproject.org> - 0.6.14-3
- Update description to mention this is distribute
2010-08-10 13:26:57 -04:00
tomspur
ccbd844e51 bump for building against python 2.7 2010-07-22 12:35:39 +00:00
tomspur
dc629505aa - update to new version
- all patches are upsteam
2010-07-22 12:20:03 +00:00
dmalcolm
12348a2c1b - generalize path of easy_install-2.6 and -3.1 to -2.* and -3.* 2010-07-21 23:06:30 +00:00
dmalcolm
cfc2bafced - Rebuilt for
https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
2010-07-21 22:56:49 +00:00
Toshio くらとみ
1983a88b4e - Upstream patch for compatibility problem with setuptools
- Minor spec cleanups
- Provide python-distribute for those who see an import distribute and need
    to get the proper package.
2010-07-03 18:58:02 +00:00
Toshio くらとみ
0b8aaaaf70 - Fix race condition in unittests under the python-2.6.x on F-14. 2010-06-11 03:52:18 +00:00
Toshio くらとみ
29bf732cc6 - Fix few more buildroot macros 2010-06-11 00:21:47 +00:00
Toshio くらとみ
62f00c41e5 - Include data that's needed for running tests 2010-06-10 23:53:37 +00:00
Toshio くらとみ
777077a2f9 - Update to upstream 0.6.13
- Minor specfile formatting fixes
2010-06-10 22:57:40 +00:00
Toshio くらとみ
a164d4daa6 Correct global keyword. 2010-02-04 22:26:35 +00:00
Toshio くらとみ
41002beaba - First build with python3 support enabled. 2010-02-04 22:25:56 +00:00
Toshio くらとみ
92db82920f Clean the py3dir before using it. 2010-02-01 23:17:55 +00:00
Toshio くらとみ
a3c351906b - Really disable the python3 portion 2010-01-29 03:59:49 +00:00
Toshio くらとみ
41b54b7ebc - Update the python3 portions but disable for now.
- Update to 0.6.10
- Remove %pre scriptlet as the file has a different name than the old
    package's directory
2010-01-29 03:51:36 +00:00
Toshio くらとみ
6e1ff0c7f5 - New upstream bugfix release. 2009-12-15 17:52:32 +00:00
Toshio くらとみ
ab5df018c3 Rebuild to test that the buildsystem is back up. 2009-12-14 05:44:12 +00:00
Toshio くらとみ
b558a0234c string comparison => number. 2009-11-17 03:30:29 +00:00
Toshio くらとみ
42e5fe46bc - Update to 0.6.8.
- Fix directory => file transition when updating from setuptools-0.6c9.
2009-11-16 17:48:49 +00:00
Toshio くらとみ
becc145d34 - Fix duplicate inclusion of files.
- Only Obsolete old versions of python-setuptools-devel
2009-11-03 21:03:20 +00:00
Toshio くらとみ
16cfaec5c8 - Move easy_install back into the main package as the needed files have
been moved from python-devel to the main python package.
- Update to 0.6.7 bugfix.
2009-11-03 05:28:45 +00:00
Toshio くらとみ
875dd74343 - Upstream bugfix release. 2009-10-18 05:32:38 +00:00
Toshio くらとみ
e1be309c18 - First build from the distribute codebase -- distribute-0.6.4.
- Remove svn patch as upstream has chosen to go with an easier change for
    now.
2009-10-13 03:36:23 +00:00
Jesse Keating
03aa0dfeea - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-26 21:03:38 +00:00
Konstantin Ryabitsev
66503d53df Apply patch to fix SVN-1.6 versioning problem. see #511021 2009-07-14 14:20:53 +00:00
Jesse Keating
6a010e7129 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-26 23:24:56 +00:00
Ignacio Vazquez-Abrams
aecc89b0d3 Rebuild for Python 2.6 2008-11-29 04:19:13 +00:00
Konstantin Ryabitsev
613f26d4d7 Upstream 0.6c9 2008-11-23 19:41:34 +00:00
Konstantin Ryabitsev
5a12225173 Python-setuptools 0.6c8. 2008-06-22 02:18:08 +00:00
Konstantin Ryabitsev
23fa8b391f Further attempts to fix #251645. It's still somewhat broken, but less so
than in its current state.
2007-09-24 18:56:40 +00:00
Konstantin Ryabitsev
79e11044e9 Attempt to further resolve #251645. 2007-09-14 19:48:23 +00:00
Konstantin Ryabitsev
6f21ed3ff3 Split off a -devel package as per my executive decision to resolve #251645.
I'll make an announcement on fedora-development if the bug is agreed to
    be resolved.
2007-08-27 23:26:53 +00:00
Konstantin Ryabitsev
918cf6a846 Upstream 0.6c6 2007-06-10 22:25:58 +00:00
Konstantin Ryabitsev
60dc427181 Upstream 0.6c5. There are a few known bugs, but the promised 0.6c6 is
taking too long, while other projects are beginning to require 0.6c5.
2007-01-28 15:07:55 +00:00
Konstantin Ryabitsev
0464c240bf Bump release to rebuild for python-2.5 2006-12-09 14:48:29 +00:00
Konstantin Ryabitsev
72c279cf59 - Upstream 0.6c3
- Use cvs to track licenses
2006-12-06 00:23:50 +00:00
Konstantin Ryabitsev
af65ae599a - Upstream 0.6c2
- Ghostbusting
2006-09-12 13:50:51 +00:00
Konstantin Ryabitsev
47099cd90c Set perms on license files (#200768) 2006-07-31 16:26:45 +00:00
Konstantin Ryabitsev
68646f03a0 Version 0.6c1 2006-07-22 14:01:38 +00:00
Konstantin Ryabitsev
5cd637b707 Taking over from Ignacio until (and if) he reclaims. Version 0.6b3 2006-06-28 15:39:31 +00:00
Ignacio Vazquez-Abrams
1d9cb8da0b Upstream update 2006-02-15 22:12:31 +00:00
Ignacio Vazquez-Abrams
f644c38909 Upstream update 2006-01-17 00:36:11 +00:00
Ignacio Vazquez-Abrams
d4b822d36f disttag 2005-12-27 12:02:49 +00:00
Ignacio Vazquez-Abrams
9eb4e2d065 auto-import python-setuptools-0.6a8-1 on branch devel from
python-setuptools-0.6a8-1.src.rpm
2005-12-27 11:38:56 +00:00