update to version 5.0.0
This commit is contained in:
parent
b3ba969e38
commit
c7ba8379fb
BIN
5.0.0.tar.gz
Normal file
BIN
5.0.0.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,11 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-zope-proxy
|
||||
Version: 4.6.1
|
||||
Version: 5.0.0
|
||||
Release: 1
|
||||
Summary: Generic Transparent Proxies
|
||||
License: ZPL 2.1
|
||||
URL: https://github.com/zopefoundation/zope.proxy
|
||||
Source0: https://files.pythonhosted.org/packages/8d/76/fa02bfc184ec20c28517e2a55dd6069fbb43269499918f23ec773fedd8fb/zope.proxy-4.6.1.tar.gz
|
||||
Source0: https://github.com/zopefoundation/zope.proxy/archive/refs/tags/5.0.0.tar.gz
|
||||
%description
|
||||
Proxies are special objects which serve as mostly-transparent
|
||||
wrappers around another object, intervening in the apparent behavior of
|
||||
@ -19,6 +19,7 @@ BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-cffi
|
||||
BuildRequires: gcc
|
||||
Requires: python3-zope-interface
|
||||
|
||||
%description -n python3-zope-proxy
|
||||
Proxies are special objects which serve as mostly-transparent
|
||||
@ -33,7 +34,7 @@ Provides: python3-zope-proxy-doc
|
||||
%description help
|
||||
|
||||
%prep
|
||||
%autosetup -n zope.proxy-4.6.1
|
||||
%autosetup -n zope.proxy-%{version}
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
@ -76,6 +77,9 @@ mv %{buildroot}/doclist.lst .
|
||||
%{_pkgdocdir}
|
||||
|
||||
%changelog
|
||||
* Thu Apr 06 2023 Ge Wang <wangge20@h-partners.com> - 5.0.0-1
|
||||
- Update to version 5.0.0
|
||||
|
||||
* Wed Dec 07 2022 dingdingaaaaa <dingziwei@kylinos.cn> - 4.6.1-1
|
||||
- Upgrade version to 4.6.1
|
||||
|
||||
|
||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user