Update to 0.9.4
This commit is contained in:
parent
4e0456bbf6
commit
2fea03ca18
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/toml-0.9.1.tar.gz
|
||||
/toml-0.9.2.tar.gz
|
||||
/toml-0.9.3.0.tar.gz
|
||||
/toml-0.9.4.tar.gz
|
||||
|
||||
@ -7,13 +7,13 @@ This package loads toml file into python dictionary and dump dictionary into \
|
||||
toml file.
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.9.3
|
||||
Version: 0.9.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Python Library for Tom's Obvious, Minimal Language
|
||||
|
||||
License: MIT
|
||||
URL: https://pypi.python.org/pypi/%{pypi_name}
|
||||
Source0: https://files.pythonhosted.org/packages/b1/1c/93d2dfc8c922b0ef0bb19d9734a404fba8d00d31894461dae3dc6d5f9e1a/toml-0.9.3.0.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/f5/f9/044110c267e6408013b85166a7cfcd352cf85275aa8ce700aa5c0eb407ba/toml-0.9.4.tar.gz
|
||||
# Tests files are not provided in pypi release as they require toml-test to run
|
||||
Source1: https://raw.githubusercontent.com/uiri/toml/da6d593944d08569e08ff32f2bb2e73da91d3578/toml_test.py
|
||||
Source2: https://raw.githubusercontent.com/uiri/toml/da6d593944d08569e08ff32f2bb2e73da91d3578/toml_test3.py
|
||||
@ -84,6 +84,9 @@ toml-test $(pwd)/toml_test.py
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Dec 27 2017 Julien Enselme <jujens@jujens.eu> - 0.9.4-1
|
||||
- Update to 0.9.4
|
||||
|
||||
* Tue Sep 26 2017 Julien Enselme <jujens@jujens.eu> - 0.9.3-1
|
||||
- Update to 0.9.3
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (toml-0.9.3.0.tar.gz) = eae2da8313132e537d6542320f1a65489066269f0e94cc8b7d85ba7f00a94d585afb620f613de8c1d5c7c575ae0eb22b9d08772554efe793a72728447960e660
|
||||
SHA512 (toml-0.9.4.tar.gz) = 4f87344c5735e8c6c5377c9c48e301c04a224e078e6f8755a9c1f9076cd852fd12dffe25d83cfc6d5dbf181ef1156fa56233cae11537a164416c4b6424b154ba
|
||||
|
||||
Loading…
Reference in New Issue
Block a user