Update to 0.10.2
This commit is contained in:
parent
61574d362c
commit
188641b2df
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
|||||||
/toml-0.9.4.tar.gz
|
/toml-0.9.4.tar.gz
|
||||||
/toml-0.10.0.tar.gz
|
/toml-0.10.0.tar.gz
|
||||||
/toml-0.10.1.tar.gz
|
/toml-0.10.1.tar.gz
|
||||||
|
/toml-0.10.2.tar.gz
|
||||||
|
|||||||
@ -6,8 +6,8 @@ This package loads toml file into python dictionary and dump dictionary into \
|
|||||||
toml file.
|
toml file.
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.10.1
|
Version: 0.10.2
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Python Library for Tom's Obvious, Minimal Language
|
Summary: Python Library for Tom's Obvious, Minimal Language
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -71,6 +71,10 @@ toml-test $(pwd)/tests/decoding_test3.sh
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 23 2020 Miro Hrončok <mhroncok@redhat.com> - 0.10.2-1
|
||||||
|
- Update to 0.10.2
|
||||||
|
- Fixes: rhbz#1893498
|
||||||
|
|
||||||
* Fri Nov 13 2020 Miro Hrončok <mhroncok@redhat.com> - 0.10.1-4
|
* Fri Nov 13 2020 Miro Hrončok <mhroncok@redhat.com> - 0.10.1-4
|
||||||
- Don't BR pytest-cov
|
- Don't BR pytest-cov
|
||||||
|
|
||||||
|
|||||||
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (toml-0.10.1.tar.gz) = 9dc813f84b56bee6519c70efe49a834d6695c82d429f0b7cc6e6153a1fb14d3fb627dea24df2d2664354f27108389d51475609272d59fc7e4b64a2c17d74f33f
|
SHA512 (toml-0.10.2.tar.gz) = ede2c8fed610a3827dba828f6e7ab7a8dbd5745e8ef7c0cd955219afdc83b9caea714deee09e853627f05ad1c525dc60426a6e9e16f58758aa028cb4d3db4b39
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user