Sync from SUSE:SLFO:Main python-six revision b6cae81c62ef360b26ee706b4de74c89
This commit is contained in:
parent
30a9397384
commit
906a908767
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 2 20:56:50 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- require setuptools
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Apr 23 23:24:03 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
Sun Apr 23 23:24:03 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
@ -197,7 +202,7 @@ Wed Jul 29 13:01:56 UTC 2015 - toddrme2178@gmail.com
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 16 10:41:33 UTC 2015 - hpj@urpla.net
|
Thu Apr 16 10:41:33 UTC 2015 - hpj@urpla.net
|
||||||
|
|
||||||
- don't build/package documentation here: it breaks due to cyclic
|
- don't build/package documentation here: it breaks due to cyclic
|
||||||
requirements between six and Sphinx, move doc in its own package
|
requirements between six and Sphinx, move doc in its own package
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@ -282,7 +287,7 @@ Wed Feb 26 16:44:10 UTC 2014 - rschweikert@suse.com
|
|||||||
Sun Feb 9 17:06:59 UTC 2014 - toms@opensuse.org
|
Sun Feb 9 17:06:59 UTC 2014 - toms@opensuse.org
|
||||||
|
|
||||||
- update to 1.5.2:
|
- update to 1.5.2:
|
||||||
- Issue #53: Make the fake modules six.moves puts into sys.modules
|
- Issue #53: Make the fake modules six.moves puts into sys.modules
|
||||||
appear not to have a __name__ unless they are loaded.
|
appear not to have a __name__ unless they are loaded.
|
||||||
|
|
||||||
Changes of older releases, see CHANGES files in the Bitbucket repo at
|
Changes of older releases, see CHANGES files in the Bitbucket repo at
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -39,6 +39,7 @@ URL: http://pypi.python.org/pypi/six/
|
|||||||
Source: https://files.pythonhosted.org/packages/source/s/six/six-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/s/six/six-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module base}
|
BuildRequires: %{python_module base}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
Loading…
Reference in New Issue
Block a user