4b8f82c853
- require setuptools - don't build/package documentation here: it breaks due to cyclic - Issue #53: Make the fake modules six.moves puts into sys.modules
Dirk Mueller2024-01-02 20:57:29 +00:00
dbe60ad667
- require setuptools - don't build/package documentation here: it breaks due to cyclic - Issue #53: Make the fake modules six.moves puts into sys.modules
Dirk Mueller2024-01-02 20:57:29 +00:00
37ccd5765c
- Change %pretrans back to %pre to fix bootstrap issue boo#1123064 bsc#1143893
Tomáš Chvátal
2020-03-11 08:00:01 +00:00
00e6dc8efc
- Change %pretrans back to %pre to fix bootstrap issue boo#1123064 bsc#1143893
Tomáš Chvátal
2020-03-11 08:00:01 +00:00
62eb926d56
- Do not cause buildcycle with previous change but rather install the egg-info prepared metadata from the tarball
Tomáš Chvátal
2020-03-10 07:54:18 +00:00
ba203ce937
- Do not cause buildcycle with previous change but rather install the egg-info prepared metadata from the tarball
Tomáš Chvátal
2020-03-10 07:54:18 +00:00
8edd2cbf1e
- use setuptools for building to support pip 10.x (bsc#1166139)
Dirk Mueller2020-03-09 20:57:21 +00:00
a5f1d364b0
- use setuptools for building to support pip 10.x (bsc#1166139)
Dirk Mueller2020-03-09 20:57:21 +00:00
8210d37cf5
- use setuptools for building to support pip 10.x
Dirk Mueller2020-03-09 20:54:55 +00:00
232577890c
- use setuptools for building to support pip 10.x
Dirk Mueller2020-03-09 20:54:55 +00:00
57a2fbdb07
- update to 1.14.0 * Add six.assertNotRegex * six.moves._dummy_thread now points to the _thread module on Python 3.9+. Python 3.7 and later requires threading and deprecated the _dummy_thread module * Remove support for Python 2.6 and Python 3.2 * six.wraps now ignores missing attributes
Ondřej Súkup2020-01-21 11:18:42 +00:00
e9d14aec1f
- update to 1.14.0 * Add six.assertNotRegex * six.moves._dummy_thread now points to the _thread module on Python 3.9+. Python 3.7 and later requires threading and deprecated the _dummy_thread module * Remove support for Python 2.6 and Python 3.2 * six.wraps now ignores missing attributes
Ondřej Súkup2020-01-21 11:18:42 +00:00
44092af6ed
- Pull in dbm/gdbm module from python for testing
Tomáš Chvátal
2020-01-02 10:36:17 +00:00
4b5ab81a4d
- Pull in dbm/gdbm module from python for testing
Tomáš Chvátal
2020-01-02 10:36:17 +00:00
5d4e7c3055
- update to 0.13.0: - Issue #298, pull request #299: Add six.moves.dbm_ndbm. - Issue #155: Add six.moves.collections_abc, which aliases the collections module on Python 2-3.2 and the collections.abc on Python 3.3 and greater. - Pull request #304: Re-add distutils fallback in setup.py. - Pull request #305: On Python 3.7, with_metaclass supports classes using PEP
Dirk Mueller2019-12-20 19:08:13 +00:00
2d9eb82f7c
- update to 0.13.0: - Issue #298, pull request #299: Add six.moves.dbm_ndbm. - Issue #155: Add six.moves.collections_abc, which aliases the collections module on Python 2-3.2 and the collections.abc on Python 3.3 and greater. - Pull request #304: Re-add distutils fallback in setup.py. - Pull request #305: On Python 3.7, with_metaclass supports classes using PEP
Dirk Mueller2019-12-20 19:08:13 +00:00
7b66078b58
Accepting request 656793 from home:mcepl:branches:devel:languages:python
Matej Cepl2018-12-10 10:50:09 +00:00
de04809549
Accepting request 656793 from home:mcepl:branches:devel:languages:python
Matej Cepl2018-12-10 10:50:09 +00:00
1a29d5ab1d
- Update to 0.12.0: * six.add_metaclass now preserves __qualname__ from the original class. * Add six.ensure_binary, six.ensure_text, and six.ensure_str. - Remove special python-six-doc package and switch to multibuild
Matej Cepl2018-12-10 08:22:48 +00:00
7b020ee4e3
- Update to 0.12.0: * six.add_metaclass now preserves __qualname__ from the original class. * Add six.ensure_binary, six.ensure_text, and six.ensure_str. - Remove special python-six-doc package and switch to multibuild
Matej Cepl2018-12-10 08:22:48 +00:00
117965d116
fixes bsc#1057496
Jan Matejek
2017-10-16 16:51:13 +00:00
c16d819d80
fixes bsc#1057496
Jan Matejek
2017-10-16 16:51:13 +00:00
1f9e1e2cf8
- remove egg-info directory before installation if it exists, because setuptools produce directory and six switched to distutils that produce a file (and because rpm can't handle that by itself)
Jan Matejek
2017-10-16 16:50:46 +00:00
02931c79f5
- remove egg-info directory before installation if it exists, because setuptools produce directory and six switched to distutils that produce a file (and because rpm can't handle that by itself)
Jan Matejek
2017-10-16 16:50:46 +00:00