Compare commits

..

No commits in common. "f03114cfa035678e606227f1d0da0586c6f260a2" and "7b89aa75b6518e82e69e5280413be758fc794d93" have entirely different histories.

3 changed files with 6 additions and 19 deletions

BIN
portalocker-2.0.0.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-portalocker
Version: 2.4.0
Release: 3
Version: 2.0.0
Release: 2
Summary: Wraps the portalocker recipe for easy usage
License: BSD-3-Clause
License: PSF
URL: https://github.com/WoLpH/portalocker
Source0: https://github.com/WoLpH/portalocker/archive/v2.4.0/portalocker-2.4.0.tar.gz
Source0: https://files.pythonhosted.org/packages/df/48/62cf97ff7d2233e7db29dfb83f1584e26289e88af8af39de1a76629ac487/portalocker-2.0.0.tar.gz
BuildArch: noarch
@ -27,7 +27,7 @@ Provides: python3-portalocker-doc
Portalocker is a library to provide an easy API to file locking.
%prep
%autosetup -n portalocker-2.4.0
%autosetup -n portalocker-2.0.0
%build
%py3_build
@ -62,26 +62,13 @@ mv %{buildroot}/doclist.lst .
%files -n python3-portalocker -f filelist.lst
%dir %{python3_sitelib}/*
%dir %{python3_sitelib}/portalocker/__pycache__
%files help -f doclist.lst
%{_docdir}/*
%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>
- Simplify desc content
- Simplify desc content and change Release to 2
* Fri Sep 04 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated