Rename Python sub-package to pyton3-bytesize

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libbytesize?expand=0&rev=21
This commit is contained in:
Luciano Santos 2023-09-23 01:24:38 +00:00 committed by Git OBS Bridge
parent 757aeb5952
commit 4b328420a6
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/*