Accepting request 788514 from home:pgajdos:python
- version update to 3.0.0 * #10: strftime now reverts to the stdlib behavior for %u. OBS-URL: https://build.opensuse.org/request/show/788514 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tempora?expand=0&rev=18
This commit is contained in:
parent
c06c4bcbb2
commit
c1c01433da
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 26 11:21:36 UTC 2020 - pgajdos@suse.com
|
||||
|
||||
- version update to 3.0.0
|
||||
* #10: strftime now reverts to the stdlib behavior for %u.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 14 07:10:21 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-tempora
|
||||
Version: 2.1.0
|
||||
Version: 3.0.0
|
||||
Release: 0
|
||||
Summary: Objects and routines pertaining to date and time (tempora)
|
||||
License: MIT
|
||||
@ -37,6 +37,7 @@ BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-jaraco.functools >= 1.20
|
||||
Requires: python-pytz
|
||||
Requires: python-setuptools
|
||||
Requires: python-six
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
@ -51,8 +52,6 @@ Modules include:
|
||||
|
||||
%prep
|
||||
%setup -q -n tempora-%{version}
|
||||
# do not require cov/xdist/etc
|
||||
sed -i -e 's/--flake8//g' pytest.ini
|
||||
|
||||
%build
|
||||
%python_build
|
||||
@ -62,7 +61,7 @@ sed -i -e 's/--flake8//g' pytest.ini
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
sed -i -e 's:--black::' -e 's:--cov::' pytest.ini
|
||||
sed -i -e 's:--black::' -e 's:--cov::' -e 's/--flake8//g' pytest.ini
|
||||
%pytest
|
||||
|
||||
%files %{python_files}
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:61287665ed38bb86a3f4293de5c7613c56b525f9db2ec099d794b9c97f7d5e54
|
||||
size 21329
|
3
tempora-3.0.0.tar.gz
Normal file
3
tempora-3.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e370d822cf48f5356aab0734ea45807250f5120e291c76712a1d766b49ae34f8
|
||||
size 21500
|
Loading…
Reference in New Issue
Block a user