Compare commits

..

No commits in common. "7b43ceb83e4c405cd4ae28237719c2872b7c1f35" and "588f27f573024a572264cf997c028cfe17754d18" have entirely different histories.

3 changed files with 5 additions and 20 deletions

BIN
4.3.5.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,12 @@
%global _empty_manifest_terminate_build 0
Name: python-zope-proxy
Version: 5.1
Version: 4.3.5
Release: 1
Summary: Generic Transparent Proxies
License: ZPL 2.1
URL: https://github.com/zopefoundation/zope.proxy
Source0: https://github.com/zopefoundation/zope.proxy/archive/refs/tags/%{version}.tar.gz#/zope.proxy-%{version}.tar.gz
Source0: https://github.com/zopefoundation/zope.proxy/archive/%{version}.tar.gz
%description
Proxies are special objects which serve as mostly-transparent
wrappers around another object, intervening in the apparent behavior of
@ -19,7 +20,7 @@ BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-cffi
BuildRequires: gcc
Requires: python3-zope-interface
BuildRequires: gdb
%description -n python3-zope-proxy
Proxies are special objects which serve as mostly-transparent
@ -32,10 +33,9 @@ Summary: Development documents and examples for zope.proxy
Provides: python3-zope-proxy-doc
%description help
Development documents and examples for zope.proxy
%prep
%autosetup -n zope.proxy-%{version}
%autosetup -n zope.proxy-4.3.5
%build
%py3_build
@ -78,20 +78,5 @@ mv %{buildroot}/doclist.lst .
%{_pkgdocdir}
%changelog
* Mon Dec 25 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 5.1-1
- Update package to version 5.1
* 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
* Fri Jun 10 2022 SimpleUpdate Robot <tc@openeuler.org> - 4.5.0-1
- Upgrade to version 4.5.0
* Wed Aug 04 2021 chenyanpanHW <chenyanpan@huawei.com> - 4.3.5-2
- DESC: delete BuildRequires gdb
* Thu Dec 17 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated

Binary file not shown.