Commit Graph

328 Commits

Author SHA1 Message Date
Miro Hrončok
d285b4d17d Setuptools uses python2-mock, not python2-backports-unittest_mock 2019-03-19 17:37:44 +01:00
Miro Hrončok
76f349f8a2 BR python3-rpm-generators manually without bootstrap 2019-03-10 19:51:03 +01:00
Miro Hrončok
16c85a91b3 Update to 40.8.0 (#1672756) 2019-02-05 21:04:51 +01:00
Miro Hrončok
1201c7062f Hotfix update to 40.7.3 (#1672084) 2019-02-03 20:02:52 +01:00
Miro Hrončok
0bc8110fff Add missing upstream's changelog links to %changelog 2019-02-03 20:02:18 +01:00
Miro Hrončok
5c0280dd62 Hotfix update to 40.7.2 (#1671608) 2019-02-03 20:02:18 +01:00
Fedora Release Engineering
799b8302a5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-02-02 09:16:42 +00:00
Miro Hrončok
968ef33023 Hotfix update to 40.7.1 (#1670243) 2019-01-29 08:53:17 +01:00
Miro Hrončok
99188dc1ea Update to 40.7.0 (#1669876)
The Python 2 version now needs python2-futures for tests.

I've removed very old obsoletes/provides of the main package,
they were not applied (we only ship subpackages).
2019-01-28 16:45:45 +01:00
Miro Hrončok
818fa29740 Update to 40.4.3
- fix dire DeprecationWarnings (#1627071)
- list vendored libraries, adjust license
2018-09-24 15:33:58 +02:00
Randy Barlow
7b33de4867 Update to 40.4.1 (#1599307).
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
2018-09-19 13:47:56 -04:00
Petr Viktorin
d7f5288145 Add a subpackage with wheels
Use a common python_wheelname for both Pytohn versions
2018-08-15 15:43:57 +02:00
Petr Viktorin
4d41ef086a Remove the python3 bcond
There is no point of building this without python3 any more,
and this makes the spec a bit more readable.

Also, remove macros for RHEL 6
2018-08-15 15:43:51 +02:00
Miro Hrončok
9d511ca1c9 Fix couple of rpmlint issues 2018-07-27 14:40:21 +02:00
Miro Hrončok
dbcd0a111b Create /usr/local/lib/pythonX.Y when needed (#1576924)
In Fedora, sudo setup.py install installs to /usr/local/lib/pythonX.Y/site-packages
But pythonX doesn't own that dir, that would be against FHS
We need to create it if it doesn't exist

Resolves https://bugzilla.redhat.com/show_bug.cgi?id=1576924
2018-07-19 12:46:43 +02:00
Fedora Release Engineering
a392970de3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-14 02:02:57 +00:00
Miro Hrončok
fe55d31b4c Rebuilt for Python 3.7 2018-06-18 11:03:36 +02:00
Miro Hrončok
bfe604d6c4 Bootstrap for Python 3.7 2018-06-13 18:48:35 +02:00
Miro Hrončok
df1f52989e Bootstrap for Python 3.7 2018-06-13 18:22:41 +02:00
Charalampos Stratakis
649929020e update to 39.2.0 Fixes bug #1572889 2018-05-23 15:48:57 +02:00
Charalampos Stratakis
8171b31875 update to 39.0.1 Fixes bug #1531527 2018-03-20 17:33:04 +01:00
Tomas Orsava
08d9f76029 Skip test_virtualenv due to broken executable detection 2018-03-14 16:05:30 +01:00
Haikel Guemar
7a296016bc Fix python3 conditionals on EL 7 and older 2018-02-28 16:17:27 +00:00
Miro Hrončok
825148c4a5 Add BR gcc 2018-02-20 16:14:39 +01:00
Fedora Release Engineering
c02db14941 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-09 10:47:47 +00:00
Troy Dawson
aab1e86ada Update conditional 2018-01-16 15:29:10 -08:00
Charalampos Stratakis
5599dc6a53 update to 38.4.0 Fixes bug #1531527 2018-01-16 15:48:26 +01:00
Charalampos Stratakis
70bb4d58ff Mark tests that require an active internet connection
as expected failures.

Remove obsolete patch.
2018-01-03 14:08:00 +01:00
Charalampos Stratakis
1c591cc3de update to 38.2.5 Fixes bug #1528968 2018-01-02 19:12:19 +01:00
Miro Hrončok
afde1d3999 Update to 37.0.0 (fixes #1474126) 2017-11-21 23:32:35 +01:00
Miro Hrončok
261a9419ab Update to 36.5.0 (related to #1474126) 2017-11-21 23:19:36 +01:00
Tomas Orsava
03249996da Remove the platform-python subpackage 2017-11-09 14:56:47 +01:00
Tomas Orsava
63cc681fbe Add explicit dependency on pip for tests 2017-08-31 11:40:48 +02:00
Tomas Orsava
35eb21a12d Fix deletion of /usr/bin/easy_install during bootstrap 2017-08-29 11:50:56 +02:00
Tomas Orsava
a9c42b4249 Re-enable tests to finish bootstrapping the platform-python stack 2017-08-20 10:00:17 +02:00
Tomas Orsava
f404b22686 Rename bcond check to tests and add platform_python tests
Bcond check was renamed to tests to unify it with other spec files.
2017-08-15 17:16:22 +02:00
Tomas Orsava
5673c1a858 Add the platform-python subpackage 2017-08-15 17:16:22 +02:00
Tomas Orsava
54eaa03a4d Add Patch that fixes a test suite failure on Python 3
in absence of the Python 2 version of pip.
2017-08-15 17:16:17 +02:00
Tomas Orsava
5b97b5b966 Switch macros to bcond's and make Python 2 optional
To facilitate building the Python 2 and Python 3 modules.
2017-08-09 14:58:48 +02:00
Michal Cyprian
c15bf68d49 Revert "Add --executable option to easy_install command"
This enhancement is currently not needed and it can possibly
collide with `pip --editable`option

Reverts commit 68d566a937.
2017-08-08 16:53:23 +02:00
Fedora Release Engineering
4b01dd0dde - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-27 11:48:15 +00:00
Charalampos Stratakis
f3ae28b110 update to 36.2.0. Fixes bug #1470908 2017-07-15 14:51:17 +02:00
Charalampos Stratakis
5e5ba5a593 update to 36.0.1. Fixes bug #1458093
Remove dependencies for python-six, python-appdirs and python-packaging
as setuptools started vendoring these dependencies again.
2017-06-15 18:06:37 +02:00
Kevin Fenzi
39db8e7351 update to 35.0.2. Fixes bug #1446622 2017-05-27 15:41:49 -06:00
Kevin Fenzi
c64e6d09b7 Update to 35.0.1. Fixes bug #1440388 2017-04-23 13:55:49 -06:00
Kevin Fenzi
7ed39ba778 Update to 34.3.2. Fixes bug #1428818 2017-03-25 12:58:27 -06:00
Kevin Fenzi
7cd743d379 Update to 34.3.0. Fixes bug #1426463 2017-02-25 11:16:36 -07:00
Michal Cyprian
68d566a937 Add --executable option to easy_install command 2017-02-21 20:17:24 +01:00
Charalampos Stratakis
b683c31786 Update to 34.2.0. Fixes bug #1421676 2017-02-16 14:21:54 +01:00
Kevin Fenzi
49b1915e5e Update to 34.1.1. Fixes bug #1412268
Fix License tag. Fixes bug #1412268
Add Requires for fomerly bundled projects: six, packaging appdirs
2017-02-06 10:44:43 -07:00
Michal Cyprian
09798fcbe0 Use python macros in build and install sections 2017-01-04 10:33:52 +01:00
Kevin Fenzi
8991d4bbb4 Update to 32.3.1. Fixes bug #1409091 2016-12-29 12:02:24 -07:00
Kevin Fenzi
595fb5d2a8 Update to 32.3.0. Fixes bug #1408564 2016-12-28 12:39:32 -07:00
Kevin Fenzi
b6b9a0205f Update to 32.2.0. Fixes bug #1400310 2016-12-23 19:59:39 -07:00
Charalampos Stratakis
98a875596c Enable tests 2016-12-13 15:12:39 +01:00
Kevin Fenzi
71b0d8ba2f Update to 30.4.0. Fixes bug #1400310 2016-12-11 17:22:08 -07:00
Charalampos Stratakis
03fe032eeb Rebuild for Python 3.6 with wheel.
Disable tests as the test dependencies have not been built yet.
2016-12-10 14:16:02 +01:00
Charalampos Stratakis
8c279e2dc6 Rebuild for Python 3.6 without wheel 2016-12-10 13:19:55 +01:00
Kevin Fenzi
c12d9ea484 Update to 28.8.1. Fixes bug #1392722 2016-11-09 15:21:42 -07:00
Kevin Fenzi
4c3f2dd43d Update to 28.7.1. Fixes bug #1389917 2016-10-31 13:00:37 -06:00
Kevin Fenzi
28abf5123b Update to 28.6.1. Fixes bug #1387071 2016-10-25 12:18:12 -06:00
Kevin Fenzi
bc2deb38e4 Update to 28.6.0. Fixes bug #1385655 2016-10-18 20:20:14 -06:00
Kevin Fenzi
536a44e159 Update to 28.3.0. Fixes bug #1382971 2016-10-08 22:07:38 -06:00
Kevin Fenzi
a423577789 Update to 28.2.0. Fixes bug #1381099 2016-10-02 20:03:32 -06:00
Kevin Fenzi
0694ab14ca Update to 28.1.0. Fixes bug #1381066 2016-10-02 18:03:10 -06:00
Kevin Fenzi
40b8a24a79 Update to 28.0.0. Fixes bug #1380073 2016-09-28 11:40:24 -06:00
Kevin Fenzi
3595eedc18 Update to 27.3.0. Fixes bug #1378067 2016-09-25 13:17:19 -06:00
Kevin Fenzi
51abccf467 Update to 27.1.2. Fixes bug #1370777 2016-09-10 12:39:50 -06:00
Kevin Fenzi
5e743260b6 Update to 26.0.0. Fixes bug #1370777 2016-08-27 15:29:11 -06:00
Kevin Fenzi
985c3e4395 Update to 25.1.6. Fixes bug #1362325 2016-08-10 14:43:22 -06:00
Kevin Fenzi
cfc5033eed Update to 25.1.1. Fixes bug #1361465 2016-07-29 17:54:36 -06:00
Kevin Fenzi
03ea61ec58 Update to 25.1.0 2016-07-28 10:08:47 -06:00
Kevin Fenzi
490452edd1 Update to 25.0.0 2016-07-23 22:41:57 -06:00
Kevin Fenzi
097b18fb18 Update to 24.2.0. Fixes bug #1352734 2016-07-22 16:51:41 -06:00
Fedora Release Engineering
e0cf35d0ec - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages 2016-07-19 11:38:28 +00:00
Kevin Fenzi
f9de207815 Update to 24.0.1. Fixes bug #1352532 2016-07-04 13:50:19 -06:00
Kevin Fenzi
c49f01659f Update to 23.0.0. Fixes bug #1346542 2016-06-15 11:43:24 -06:00
Kevin Fenzi
9d08e9c46c Update to 22.0.5. Fixes bug #1342706 2016-06-07 16:52:24 -06:00
Kevin Fenzi
bacd969f2b Upgrade to 22.0.0 2016-06-02 21:13:03 -06:00
Nils Philippsen
6d3f1b5a49 fix source URL 2016-05-31 12:11:56 +02:00
Kevin Fenzi
366cec7d46 Update to 21.2.2. Fixes bug #1332357 2016-05-29 21:34:49 -06:00
Kevin Fenzi
65e959b81c Update to 2.10.1. Fixes bug #1330375 2016-04-28 10:14:04 -06:00
Kevin Fenzi
e00b04c637 Update to 20.9.0. Fixes bug #1327827 2016-04-16 17:06:49 -06:00
Kevin Fenzi
f4f30dd208 Update to 20.8.1. Fixes bug #1325910 2016-04-15 16:10:22 -06:00
Kevin Fenzi
d925ebdf3b Update to 20.6.7. Fixes bug #1322836 2016-03-31 19:08:57 -06:00
Kevin Fenzi
4e99b577f7 Update to 20.4. Fixes bug #1319366 2016-03-30 12:41:55 -06:00
Kevin Fenzi
d0dd2dc921 Update to 20.3. Fixes bug #1311967 2016-03-16 11:01:03 -06:00
Kevin Fenzi
4e940f42ee Update to 20.1.1. Fixes bug #130719 2016-02-13 10:52:21 -07:00
Kevin Fenzi
a14fdecebf Update to 20.1. Fixes bug #1307000 2016-02-12 14:33:14 -07:00
Kevin Fenzi
1c801dee9a Update to 20.0. Fixes bug #1305394 2016-02-08 08:02:18 -07:00
Kevin Fenzi
f84dab8575 Update to 19.7. Fixes bug #1304563 2016-02-06 20:11:09 -07:00
Orion Poplawski
a6f3bb16c0 Fix python3 package file ownership 2016-02-03 16:07:34 -07:00
Kevin Fenzi
f4e5fa16eb Update to 19.6.2. Fixes bug #1303397 2016-01-31 12:42:18 -07:00
Kevin Fenzi
b74244d500 Update to 19.6. 2016-01-25 20:11:03 -07:00
Kevin Fenzi
dbf1999905 Update to 19.5. Fixes bug #1301313 2016-01-25 13:48:35 -07:00
Kevin Fenzi
610d7f010c Update to 19.4. Fixes bug #1299288 2016-01-18 14:27:58 -07:00
Orion Poplawski
17a85078d4 Cleanup spec from python3-setuptools review 2016-01-12 10:05:06 -07:00
Kevin Fenzi
872a523287 Update to 19.2. Fixes bug #1296755 2016-01-08 13:36:59 -07:00
Kevin Fenzi
6da2a57d7e Update to 19.1.1. Fixes bug #1292658 2015-12-18 13:26:27 -07:00
Kevin Fenzi
1f272ef22e Update to 18.8.1. Fixes bug #1291678 2015-12-15 12:59:41 -07:00
Kevin Fenzi
ef2ce6b337 Update to 18.8. Fixes bug #1290942 2015-12-12 11:17:27 -07:00
Kevin Fenzi
77b3af5d8d Update to 18.7.1. Fixes bug #1287372 2015-12-05 21:04:25 -07:00
Kevin Fenzi
d428811407 Update to 18.6.1. Fixes bug #1270578 2015-11-25 23:10:31 -07:00
Thomas Spura
1cf160c1ac Fix %%files section of python2 subpackage 2015-11-16 11:21:43 +01:00
Thomas Spura
d0c9058d09 Mark zip_safe patch as WIP and disable it for now
... as it is not reproducible with python-zmq anymore.
2015-11-16 11:19:58 +01:00
Thomas Spura
dcb79cee69 Add python2 subpackage 2015-11-15 16:33:24 +01:00
Thomas Spura
9c8c1dc3cb Try to disable zip_safe bug #1271776 2015-11-15 16:29:22 +01:00
Robert Kuska
6c599ae5ca Add patch from previous commit :) 2015-11-06 13:15:49 +01:00
Robert Kuska
ddc510936a Add patch so it is possible to set test_args variable 2015-11-06 13:12:01 +01:00
Robert Kuska
f0c424a40e Update to 18.5. Fixes bug #1270578 2015-11-03 20:57:22 +01:00
Robert Kuska
3bceb75c74 Rebuilt for Python3.5 rebuild
Update to v18.4, build with wheel and check phase
2015-10-14 11:00:14 +02:00
Robert Kuska
59b00d790e Python3.5 rebuild: rebuild without wheel and check 2015-09-23 15:47:44 +02:00
Kevin Fenzi
40a235d168 Update to 18.3.2. Fixes bug #1264902 2015-09-22 15:11:41 -06:00
Kevin Fenzi
3124d2a61e Update to 18.3.1. Fixes bug #1256188 2015-09-07 14:32:50 -06:00
Kevin Fenzi
1948609d10 Update to 18.1. Fixes bug #1249436 2015-08-05 16:13:20 -06:00
Pierre-Yves Chibon
3b5412d860 Provides py2-setuptools 2015-06-29 07:53:15 +02:00
Kevin Fenzi
ed92a85e91 Update to 18.0.1 2015-06-25 11:03:21 -06:00
Kevin Fenzi
95fc2fd40a Drop no longer needed Requires/BuildRequires on python-backports-ssl_match_hostname
- Fixes bug #1231325
2015-06-20 13:50:09 -06:00
Dennis Gilmore
803e257281 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-18 20:46:56 +00:00
Kevin Fenzi
56c0bedea8 Update to 17.1.1. Fixes bug 1229507 2015-06-10 11:25:42 -06:00
Kevin Fenzi
b7d0940684 Update to 17.1. Fixes bug 1229066 2015-06-07 19:55:42 -06:00
Kevin Fenzi
b9c3800df5 Update to 17 2015-05-30 14:42:09 -06:00
Kevin Fenzi
33cc4604fa Update to 16 2015-05-18 09:25:57 -06:00
Ralph Bean
537464b7b4 15.2 2015-04-27 09:45:59 -04:00
Ralph Bean
0d10df2219 15.0 2015-04-04 08:36:28 -04:00
Ralph Bean
5f494144b4 14.3.1 2015-03-22 15:28:47 -04:00
Ralph Bean
23c5e5c16f 14.3.1 2015-03-20 21:23:19 -04:00
Ralph Bean
f236084e80 14.3 2015-03-16 09:04:03 -04:00
Ralph Bean
97c3f90a57 14.2 2015-03-15 09:49:10 -04:00
Ralph Bean
fa0e18c979 14.1.1 2015-03-15 09:42:13 -04:00
Ralph Bean
c4a3fc4c21 13.0.2 2015-03-06 14:10:33 -05:00
Ralph Bean
a19d4dc21a 12.4 2015-03-05 09:06:26 -05:00
Ralph Bean
badee2ecf4 12.3 2015-02-26 22:27:16 -05:00
Kevin Fenzi
09e41c2eb3 Update to 12.0.3 2015-01-20 20:00:06 -07:00
Robert Kuska
30ed86dd9e Clean up spec file 2015-01-19 10:54:17 +01:00
Kevin Fenzi
2076c5de31 Update to 11.3.1. Fixes bugs: #1179393 and #1178817 2015-01-07 09:17:40 -07:00
Kevin Fenzi
26aa65e7d1 Update to 11.0. Fixes bug #1178421 2015-01-04 11:10:58 -07:00
Kevin Fenzi
9b15a13bab Update to 8.2.1. Fixes bug #1175229 2014-12-26 16:23:28 -07:00
Ralph Bean
5b30c33fe8 7.0-1 2014-10-23 15:32:43 -04:00
Ralph Bean
e5aa4a4100 6.1-1 2014-10-13 11:25:09 -04:00
Ralph Bean
476c777001 Modernized python macros (#1044444) 2014-10-11 15:43:20 -04:00
Kevin Fenzi
e820e7af2d 6.0.2 2014-10-11 15:25:47 -04:00
Toshio Kuratomi
1ea385e0b4 Remove the python-setuptools-devel Virtual Provides as per this Fedora 21
Change: http://fedoraproject.org/wiki/Changes/Remove_Python-setuptools-devel
2014-06-30 18:29:53 -07:00
Toshio Kuratomi
54399fa299 And another bug in sdist 2014-06-30 15:59:22 -07:00
Toshio Kuratomi
72f65d9dc1 Fix a bug in the sdist command 2014-06-30 15:15:36 -07:00
Dennis Gilmore
77f7c9e545 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-07 18:01:59 -05:00
Matej Stuchlik
68adb7b463 Rebuild as wheel for Python 3.4 2014-04-25 15:01:18 +02:00
Tomas Radej
b03ea8db77 Rebuilt for tag f21-python 2014-04-24 13:53:58 +02:00
Matej Stuchlik
ce1bf68c4a Add a switch to build setuptools as wheel 2014-04-23 14:00:55 +02:00
Toshio Kuratomi
b3dd72b5ba Update to new upstream release with a few things removed from the API:
Changelog: https://pypi.python.org/pypi/setuptools#id139
2013-12-09 19:24:31 -08:00