Commit Graph

103 Commits

Author SHA1 Message Date
Nils Philippsen cc174ac948 bump release 2018-10-16 13:13:35 +02:00
Nils Philippsen f20ce39376 versionize pluggy dependencies 2018-10-16 13:12:28 +02:00
Nils Philippsen f76fb88422 sort build dependencies 2018-10-16 13:12:25 +02:00
Thomas Moschny 277aaaaab5 Update to 3.8.22. 2018-10-16 09:05:35 +02:00
Thomas Moschny 88e8de88e6 Update to 3.6.4. 2018-09-29 12:05:36 +02:00
Miro Hrončok 6090692e87 Drop BR on python2-argcomplete
- it's optional and nothing else needs it
- it was removed from Fedora
2018-08-16 13:50:07 +02:00
Fedora Release Engineering a85601b9a6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-13 23:14:48 +00:00
Thomas Moschny e7e1d2aaf9 Update to 3.6.3. 2018-07-05 09:00:55 +02:00
Miro Hrončok 856dae9627 Enable timeout 2018-07-02 19:49:33 +02:00
Miro Hrončok 972c97d911 Disable timeout 2018-07-02 19:36:00 +02:00
Miro Hrončok 11789662bb Rebuilt for Python 3.7 2018-07-02 18:23:01 +02:00
Thomas Moschny 89f7b49808 Update to 3.6.2. 2018-06-28 21:55:17 +02:00
Miro Hrončok 0604d47a76 Rebuilt for Python 3.7 2018-06-18 23:15:48 +02:00
Miro Hrončok 8c7a3b1de7 Bootstrap for Python 3.7 2018-06-14 12:45:51 +02:00
Miro Hrončok f04f7c2254 Set correct PYTHONPATH for docs build 2018-06-05 21:25:00 +02:00
Thomas Moschny 25ac1cdc38 Update to 3.6.1. 2018-06-05 18:05:00 +02:00
Miro Hrončok 8b70d05a67 Update to 3.6.0 (#1581692) 2018-05-28 12:25:45 +02:00
Miro Hrončok 89e9545899 Add python2-funcsigs as BR
It might be pulled transitively, but not when without optional_tests
2018-05-19 12:45:19 +02:00
Miro Hrončok f3561b1600 Add bootrsatp bcond for docs 2018-05-19 12:45:19 +02:00
Miro Hrončok e1fdcee90b Add optional_tests bcond for bootstrapping 2018-05-19 12:45:19 +02:00
Thomas Moschny 1487f74cfd Update to 3.5.1.
Build the documentation with Python3.
Update requirements.
2018-05-19 12:05:38 +02:00
Charalampos Stratakis 447afd7376 Update to 3.4.2
$ pytest-2.7
Traceback (most recent call last):
  File "/usr/bin/pytest-2.7", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3147, in <module>
    @_call_aside
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3131, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3160, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 666, in _build_master
    ws.require(__requires__)
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 984, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 870, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'pluggy<0.7,>=0.5' distribution was not found and is required by pytest

etc.
2018-03-15 08:42:16 +01:00
Charalampos Stratakis f8ed9b3836 Update to 3.4.2 2018-03-14 17:46:34 +01:00
Fedora Release Engineering c746165e1f - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-09 06:20:47 +00:00
Igor Gnatenko 457cd6df0f Use better Obsoletes for platform-python
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2017-11-07 12:07:47 +01:00
Igor Gnatenko 1f9fdf2392 __pycache -> __pycache__
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2017-11-03 18:46:45 +01:00
Igor Gnatenko b67c85cb4d be more explicit in file lists
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2017-11-03 18:37:49 +01:00
Igor Gnatenko 418efd07be remove empty double-lines
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2017-11-03 18:37:39 +01:00
Igor Gnatenko 7423b82ee0 complete previous commit
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2017-11-03 18:35:13 +01:00
Igor Gnatenko 746b808448 Cleanup conditionals
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2017-11-03 18:32:38 +01:00
Igor Gnatenko 64d7e62d33 Remove platform-python subpackage
hypothesis doesn't exist anymore in platform-python version.

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2017-11-03 18:02:33 +01:00
Thomas Moschny 1382133acd Update to 3.2.3. 2017-10-07 12:55:58 +02:00
Thomas Moschny 08b2080e8b Update to 3.1.2.
Move BRs to their respective subpackages.
Enable the platform-python subpackage only on F27+.
2017-09-09 16:14:52 +02:00
Miro Hrončok 21e4ec540c Rebuilt for rhbz#1484607 2017-08-24 14:39:03 +02:00
Petr Viktorin 3a742ba746 Add subpackage for platform-python 2017-08-15 17:36:50 +02:00
Thomas Moschny ab7a5095da Update to 3.2.1. 2017-08-09 22:31:21 +02:00
Gwyn Ciesla 4db5422331 3.2.0 2017-08-02 12:28:15 -05:00
Thomas Moschny 415d42fe0c Update to 3.1.3.
Update BRs.
2017-07-30 13:01:40 +02:00
Fedora Release Engineering 54517cae4a - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-27 09:25:30 +00:00
Thomas Moschny ae3055cac1 Add BR on setuptools_scm. 2017-06-03 12:27:56 +02:00
Thomas Moschny 0dd89afef7 Update to 3.1.1. 2017-06-03 11:29:46 +02:00
Thomas Moschny fc407f873d Update to 3.0.7. 2017-03-15 23:07:20 +01:00
Fedora Release Engineering 4efa42b28c - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-11 08:11:06 +00:00
Thomas Moschny 9ffb2fd4ac Update to 3.0.6.
Drop patch applied upstream.
2017-01-29 12:57:57 +01:00
Miro Hrončok 23aa29708f Enable timeout
Not bumping the release, because no rebuild is needed,
rebuilding with timeout will not change the package
2016-12-13 15:01:48 +01:00
Miro Hrončok 38c4b45b9a Rebuild with Python 3.6 2016-12-13 14:18:36 +01:00
Thomas Moschny 4553282b35 Update to 3.0.5. 2016-12-06 11:00:12 +01:00
Thomas Moschny 5b1f793f8e Update to 3.0.4. 2016-11-28 18:45:13 +01:00
Thomas Moschny 111df27e9d Update to 3.0.3.
- Update requirements.
2016-09-30 22:54:05 +02:00
Fedora Release Engineering c845a7ad19 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages 2016-07-19 08:40:06 +00:00