Accepting request 641339 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/641339 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pickleshare?expand=0&rev=3
This commit is contained in:
commit
e442fe275d
@ -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
|
||||
|
||||
|
@ -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*
|
||||
|
Loading…
Reference in New Issue
Block a user