Accepting request 799791 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/799791 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytz?expand=0&rev=36
This commit is contained in:
commit
e5db1a0492
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 2 20:32:01 UTC 2020 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
- specfile:
|
||||
* be more specific in %files section
|
||||
* README.txt -> README.rst
|
||||
|
||||
- update to version 2020.1:
|
||||
* Test against Python 3.8 and Python 3.9
|
||||
* Bump version numbers to 2020.1/2020a
|
||||
* Base class for all errors
|
||||
* Add flake8 settings
|
||||
* IANA 2020a
|
||||
* Fix remaining references to README.txt
|
||||
* Update README.md
|
||||
* Use .rst extension for reStructuredText
|
||||
* typo
|
||||
* highlight codes
|
||||
* use .rst extension name
|
||||
* Tidelift links
|
||||
* Add links for security reports
|
||||
* Update LICENSE.txt
|
||||
* Create FUNDING.yml
|
||||
* Make FixedOffset part of public API
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 24 03:12:10 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
|
@ -19,11 +19,10 @@
|
||||
# Ensure you update the tzdata_version for any minor version increase
|
||||
# otherwise the update python library has the incorrect timezone data.
|
||||
%define tzdata_version 2019c
|
||||
|
||||
%define oldpython python
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-pytz
|
||||
Version: 2019.3
|
||||
Version: 2020.1
|
||||
Release: 0
|
||||
Summary: World timezone definitions, modern and historical
|
||||
License: MIT
|
||||
@ -76,7 +75,7 @@ touch pytz/tests/__init__.py
|
||||
%python_install
|
||||
# Replace custom data with symlink to /usr/share/zoneinfo
|
||||
%{python_expand rm -r %{buildroot}%{$python_sitelib}/pytz/zoneinfo
|
||||
ln -s /usr/share/zoneinfo %{buildroot}%{$python_sitelib}/pytz/zoneinfo
|
||||
ln -s %{_datadir}/zoneinfo %{buildroot}%{$python_sitelib}/pytz/zoneinfo
|
||||
%fdupes %{buildroot}%{$python_sitelib}
|
||||
}
|
||||
|
||||
@ -85,7 +84,8 @@ ln -s /usr/share/zoneinfo %{buildroot}%{$python_sitelib}/pytz/zoneinfo
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE.txt
|
||||
%doc README.txt
|
||||
%{python_sitelib}/*
|
||||
%doc README.rst
|
||||
%{python_sitelib}/pytz
|
||||
%{python_sitelib}/pytz-%{version}-py*.egg-info
|
||||
|
||||
%changelog
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b02c06db6cf09c12dd25137e563b31700d3b80fcc4ad23abb7a315f2789819be
|
||||
size 312286
|
@ -1,6 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iF0EABECAB0WIQTH7MNlq28lXh65uhcB+pmPusY3SgUCXZquZgAKCRAB+pmPusY3
|
||||
StZpAJ9NCldcbo4+H3Y5U6v7ohfSjiVHhQCfddT/CACXo4QfuLpMpYO8ORy9vwA=
|
||||
=tTnb
|
||||
-----END PGP SIGNATURE-----
|
3
pytz-2020.1.tar.gz
Normal file
3
pytz-2020.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c35965d010ce31b23eeb663ed3cc8c906275d6be1a34393a1d73a41febf4a048
|
||||
size 311771
|
6
pytz-2020.1.tar.gz.asc
Normal file
6
pytz-2020.1.tar.gz.asc
Normal file
@ -0,0 +1,6 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iF0EABECAB0WIQTH7MNlq28lXh65uhcB+pmPusY3SgUCXqfpHwAKCRAB+pmPusY3
|
||||
SpEGAJsE+txjSFqHxoDYDnQxqv91joiaFgCglP50P148pLKDtsdOddjGeSIQEOU=
|
||||
=hPH/
|
||||
-----END PGP SIGNATURE-----
|
Loading…
Reference in New Issue
Block a user