forked from pool/python-APScheduler
Accepting request 1268266 from devel:languages:python
- Actually drop {Build,}Requires on six. - Support both lowercased and unnormalized metadata directory names. - Lowercase metadata directory name. OBS-URL: https://build.opensuse.org/request/show/1268266 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-APScheduler?expand=0&rev=24
This commit is contained in:
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 10 03:43:18 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Actually drop {Build,}Requires on six.
|
||||||
|
- Support both lowercased and unnormalized metadata directory names.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 26 00:21:19 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Lowercase metadata directory name.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 24 07:28:53 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Fri Jan 24 07:28:53 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
@@ -34,14 +34,12 @@ BuildRequires: %{python_module pytest}
|
|||||||
BuildRequires: %{python_module pytz}
|
BuildRequires: %{python_module pytz}
|
||||||
BuildRequires: %{python_module setuptools >= 36.2.7}
|
BuildRequires: %{python_module setuptools >= 36.2.7}
|
||||||
BuildRequires: %{python_module setuptools_scm >= 1.7.0}
|
BuildRequires: %{python_module setuptools_scm >= 1.7.0}
|
||||||
BuildRequires: %{python_module six >= 1.4.0}
|
|
||||||
BuildRequires: %{python_module tornado}
|
BuildRequires: %{python_module tornado}
|
||||||
BuildRequires: %{python_module tzlocal >= 2.0}
|
BuildRequires: %{python_module tzlocal >= 2.0}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-pytz
|
Requires: python-pytz
|
||||||
Requires: python-six >= 1.4.0
|
|
||||||
Requires: python-tzlocal >= 2.0
|
Requires: python-tzlocal >= 2.0
|
||||||
Recommends: python-SQLAlchemy >= 1.4
|
Recommends: python-SQLAlchemy >= 1.4
|
||||||
Recommends: python-Twisted
|
Recommends: python-Twisted
|
||||||
@@ -105,6 +103,6 @@ sed -i 's/--cov//' setup.cfg
|
|||||||
%doc README.rst
|
%doc README.rst
|
||||||
%doc examples/
|
%doc examples/
|
||||||
%{python_sitelib}/apscheduler
|
%{python_sitelib}/apscheduler
|
||||||
%{python_sitelib}/APScheduler-%{version}*-info
|
%{python_sitelib}/[Aa][Pp][Ss]cheduler-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user