Accepting request 1113087 from devel:libraries:c_c++

Rename Python sub-package to pyton3-bytesize

OBS-URL: https://build.opensuse.org/request/show/1113087
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libbytesize?expand=0&rev=10
This commit is contained in:
Ana Guerrero 2023-09-25 17:59:48 +00:00 committed by Git OBS Bridge
commit 42707ad455
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Sep 23 01:07:32 UTC 2023 - Luciano Santos <luc14n0@opensuse.org>
- Rename python3-libbytesize sub-package to python3-bytesize. This
is the expected name by its consumers.
-------------------------------------------------------------------
Wed Aug 30 19:40:43 UTC 2023 - Luciano Santos <luc14n0@opensuse.org>

View File

@ -71,13 +71,13 @@ Requires: libbytesize%{soversion} = %{version}
This package contains header files and pkg-config files needed for development
with the LibBytesize library.
%package -n python3-%{name}
%package -n python3-bytesize
Summary: Python 3 bindings for LibBytesize
Group: Development/Libraries/Python
Requires: libbytesize%{soversion} = %{version}
Requires: python3-six
%description -n python3-%{name}
%description -n python3-bytesize
This package contains Python 3 bindings for LibBytesize making the use of
the library from Python 3 easier and more convenient.
@ -119,7 +119,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
%{_includedir}/bytesize/bs_size.h
%{_libdir}/pkgconfig/bytesize.pc
%files -n python3-%{name}
%files -n python3-bytesize
%dir %{python3_sitearch}/bytesize
%{python3_sitearch}/bytesize/*