Accepting request 1034425 from devel:languages:python
- Clean up SPEC file, make rpmlint happy. - -doc subpackage should be noarch. - Update to version 5.3 * Add support for the final release of Python 3.11. OBS-URL: https://build.opensuse.org/request/show/1034425 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.hookable?expand=0&rev=12
This commit is contained in:
commit
8f194a9edb
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 8 07:03:41 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Clean up SPEC file, make rpmlint happy.
|
||||
- -doc subpackage should be noarch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 6 17:52:43 UTC 2022 - Hans-Peter Jansen <hpj@urpla.net>
|
||||
|
||||
- Update to version 5.3
|
||||
* Add support for the final release of Python 3.11.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 12 18:31:51 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
# spec file
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2013 LISA GmbH, Bingen, Germany.
|
||||
# Copyright (c) 2013-2022 LISA GmbH, Bingen, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,6 @@
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%global flavor @BUILD_FLAVOR@%{nil}
|
||||
%if "%{flavor}" == "test"
|
||||
%define psuffix -test
|
||||
@ -27,7 +26,7 @@
|
||||
%bcond_with test
|
||||
%endif
|
||||
Name: python-zope.hookable%{psuffix}
|
||||
Version: 5.2
|
||||
Version: 5.3
|
||||
Release: 0
|
||||
Summary: Zope hookable
|
||||
License: ZPL-2.1
|
||||
@ -62,6 +61,7 @@ that imported it, will see the change.
|
||||
%package -n %{name}-doc
|
||||
Summary: Zope hookable
|
||||
Provides: %{python_module zope.hookable-doc = %{version}}
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n %{name}-doc
|
||||
This package contains documentation files for %{name}.
|
||||
@ -94,7 +94,10 @@ pushd src
|
||||
%files %{python_files}
|
||||
%license LICENSE.txt
|
||||
%doc CHANGES.rst COPYRIGHT.txt README.rst
|
||||
%{python_sitearch}/*
|
||||
%dir %{python_sitearch}/zope
|
||||
%{python_sitearch}/zope/hookable
|
||||
%{python_sitearch}/zope.hookable-%{version}*-info
|
||||
%{python_sitearch}/zope.hookable-%{version}*-nspkg.pth
|
||||
%endif
|
||||
|
||||
%if !%{with test}
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4c3018bcf2b39cf5cccf40826f799b4b8c140056db780f96cb0ca332a243bd29
|
||||
size 24004
|
3
zope.hookable-5.3.tar.gz
Normal file
3
zope.hookable-5.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1dde2fbb76cf5b7e217bad707368a9aed44262310210d396ee7f5228ea3f17d7
|
||||
size 25358
|
Loading…
x
Reference in New Issue
Block a user