diff --git a/pickleshare-0.7.4.tar.gz b/pickleshare-0.7.4.tar.gz deleted file mode 100644 index dd7d2bc..0000000 --- a/pickleshare-0.7.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:84a9257227dfdd6fe1b4be1319096c20eb85ff1e82c7932f36efccfe1b09737b -size 5981 diff --git a/pickleshare-0.7.5.tar.gz b/pickleshare-0.7.5.tar.gz new file mode 100644 index 0000000..b0c13f3 --- /dev/null +++ b/pickleshare-0.7.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87683d47965c1da65cdacaf31c8441d12b8044cdec9aca500cd78fc2c683afca +size 6161 diff --git a/python-pickleshare.changes b/python-pickleshare.changes index 2b86627..33d0b46 100644 --- a/python-pickleshare.changes +++ b/python-pickleshare.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Oct 11 18:48:37 UTC 2018 - Todd R + +- update to version 0.7.5 + * path.py is no longer used + * Fixed test issues + ------------------------------------------------------------------- Wed Jul 12 17:12:05 UTC 2017 - toddrme2178@gmail.com diff --git a/python-pickleshare.spec b/python-pickleshare.spec index c86790d..0ba0421 100644 --- a/python-pickleshare.spec +++ b/python-pickleshare.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pickleshare -Version: 0.7.4 +Version: 0.7.5 Release: 0 Summary: Tiny shelve-like database with concurrency support License: MIT @@ -37,7 +37,6 @@ BuildRequires: %{python_module pytest} %ifpython2 Requires: python-pathlib2 %endif -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %python_subpackages @@ -77,8 +76,8 @@ export LANG=en_US.UTF-8 %endif %files %{python_files} -%defattr(-,root,root,-) -%doc LICENSE +%doc README.md +%license LICENSE %{python_sitelib}/pickleshare.py* %{python_sitelib}/pickleshare-%{version}-py*.egg-info %pycache_only %{python_sitelib}/__pycache__/pickleshare.*.py*