Compare commits
10 Commits
7b89aa75b6
...
f03114cfa0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f03114cfa0 | ||
|
|
fd8bdccae5 | ||
|
|
93c4dc0971 | ||
|
|
91ce132164 | ||
|
|
f140351e5a | ||
|
|
9b85755da9 | ||
|
|
89775ff253 | ||
|
|
3cb408cd92 | ||
|
|
23d55815f6 | ||
|
|
a1df1e08c5 |
Binary file not shown.
BIN
portalocker-2.4.0.tar.gz
Normal file
BIN
portalocker-2.4.0.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,11 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-portalocker
|
Name: python-portalocker
|
||||||
Version: 2.0.0
|
Version: 2.4.0
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: Wraps the portalocker recipe for easy usage
|
Summary: Wraps the portalocker recipe for easy usage
|
||||||
License: PSF
|
License: BSD-3-Clause
|
||||||
URL: https://github.com/WoLpH/portalocker
|
URL: https://github.com/WoLpH/portalocker
|
||||||
Source0: https://files.pythonhosted.org/packages/df/48/62cf97ff7d2233e7db29dfb83f1584e26289e88af8af39de1a76629ac487/portalocker-2.0.0.tar.gz
|
Source0: https://github.com/WoLpH/portalocker/archive/v2.4.0/portalocker-2.4.0.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
|
|
||||||
@ -27,7 +27,7 @@ Provides: python3-portalocker-doc
|
|||||||
Portalocker is a library to provide an easy API to file locking.
|
Portalocker is a library to provide an easy API to file locking.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n portalocker-2.0.0
|
%autosetup -n portalocker-2.4.0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -62,13 +62,26 @@ mv %{buildroot}/doclist.lst .
|
|||||||
|
|
||||||
%files -n python3-portalocker -f filelist.lst
|
%files -n python3-portalocker -f filelist.lst
|
||||||
%dir %{python3_sitelib}/*
|
%dir %{python3_sitelib}/*
|
||||||
|
%dir %{python3_sitelib}/portalocker/__pycache__
|
||||||
|
|
||||||
%files help -f doclist.lst
|
%files help -f doclist.lst
|
||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 9 2022 caodongxia <caodongxia@h-partners.com> - 2.4.0-3
|
||||||
|
- Modify invalid source0
|
||||||
|
|
||||||
|
* Tue Aug 02 2022 liukuo <liukuo@kylinos.cn> - 2.4.0-2
|
||||||
|
- License compliance rectification
|
||||||
|
|
||||||
|
* Thu Jun 23 2022 SimpleUpdate Robot <tc@openeuler.org> - 2.4.0-1
|
||||||
|
- Upgrade to version 2.4.0
|
||||||
|
|
||||||
|
* Sat Oct 09 2021 wulei <wulei80@huawei.com> - 2.0.0-2
|
||||||
|
- Delete module folder after uninstall
|
||||||
|
|
||||||
* Fri Sep 04 2020 Python_Bot <Python_Bot@openeuler.org>
|
* Fri Sep 04 2020 Python_Bot <Python_Bot@openeuler.org>
|
||||||
- Simplify desc content and change Release to 2
|
- Simplify desc content
|
||||||
|
|
||||||
* Fri Sep 04 2020 Python_Bot <Python_Bot@openeuler.org>
|
* Fri Sep 04 2020 Python_Bot <Python_Bot@openeuler.org>
|
||||||
- Package Spec generated
|
- Package Spec generated
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user