Accepting request 641338 from home:TheBlackCat:branches:devel:languages:python
- update to version 0.7.5 * path.py is no longer used * Fixed test issues OBS-URL: https://build.opensuse.org/request/show/641338 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pickleshare?expand=0&rev=5
This commit is contained in:
parent
d4c286f013
commit
6d23e466c6
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:84a9257227dfdd6fe1b4be1319096c20eb85ff1e82c7932f36efccfe1b09737b
|
|
||||||
size 5981
|
|
BIN
pickleshare-0.7.5.tar.gz
(Stored with Git LFS)
Normal file
BIN
pickleshare-0.7.5.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 11 18:48:37 UTC 2018 - Todd R <toddrme2178@gmail.com>
|
||||||
|
|
||||||
|
- 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
|
Wed Jul 12 17:12:05 UTC 2017 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-pickleshare
|
Name: python-pickleshare
|
||||||
Version: 0.7.4
|
Version: 0.7.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tiny shelve-like database with concurrency support
|
Summary: Tiny shelve-like database with concurrency support
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -37,7 +37,6 @@ BuildRequires: %{python_module pytest}
|
|||||||
%ifpython2
|
%ifpython2
|
||||||
Requires: python-pathlib2
|
Requires: python-pathlib2
|
||||||
%endif
|
%endif
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
@ -77,8 +76,8 @@ export LANG=en_US.UTF-8
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%defattr(-,root,root,-)
|
%doc README.md
|
||||||
%doc LICENSE
|
%license LICENSE
|
||||||
%{python_sitelib}/pickleshare.py*
|
%{python_sitelib}/pickleshare.py*
|
||||||
%{python_sitelib}/pickleshare-%{version}-py*.egg-info
|
%{python_sitelib}/pickleshare-%{version}-py*.egg-info
|
||||||
%pycache_only %{python_sitelib}/__pycache__/pickleshare.*.py*
|
%pycache_only %{python_sitelib}/__pycache__/pickleshare.*.py*
|
||||||
|
Loading…
Reference in New Issue
Block a user