d09c557
%{!?upstream_version: %global upstream_version %{version}%{?milestone}}
Nejc Saje a650e78
%global pypi_name oslo.serialization
9c8249b
%global pkg_name oslo-serialization
d10f64e
d1848db
d1848db
%global with_doc 1
d1848db
b38fcef
%global common_desc \
b38fcef
An OpenStack library for representing objects in transmittable and \
b38fcef
storable formats.
b38fcef
9c8249b
Name:           python-%{pkg_name}
d1848db
Version:        2.28.2
e2d605c
Release:        2%{?dist}
Nejc Saje a650e78
Summary:        OpenStack oslo.serialization library
Nejc Saje a650e78
Nejc Saje a650e78
License:        ASL 2.0
Nejc Saje a650e78
URL:            https://launchpad.net/oslo
0671926
Source0:        https://tarballs.openstack.org/%{pypi_name}/%{pypi_name}-%{upstream_version}.tar.gz
Nejc Saje a650e78
BuildArch:      noarch
Nejc Saje a650e78
d10f64e
%description
b38fcef
%{common_desc}
d10f64e
b00365b
%package -n python3-%{pkg_name}-tests
b00365b
Summary:    Tests for OpenStack Oslo serialization library
b00365b
b00365b
Requires:  python3-%{pkg_name} = %{version}-%{release}
b00365b
Requires:  python3-hacking
b00365b
Requires:  python3-mock
b00365b
Requires:  python3-netaddr
b00365b
Requires:  python3-oslotest
b00365b
Requires:  python3-simplejson
b00365b
Requires:  python3-oslo-i18n
d1848db
Requires:  python3-stestr
b00365b
b00365b
%description -n python3-%{pkg_name}-tests
b00365b
Tests for OpenStack Oslo serialization library
b00365b
9c8249b
%package -n python3-%{pkg_name}
d10f64e
Summary:        OpenStack oslo.serialization library
9c8249b
%{?python_provide:%python_provide python3-%{pkg_name}}
d10f64e
d10f64e
BuildRequires:  python3-devel
d10f64e
BuildRequires:  python3-pbr
9c8249b
# test requirements
9c8249b
BuildRequires:  python3-hacking
986555e
BuildRequires:  python3-mock
9c8249b
BuildRequires:  python3-netaddr
986555e
BuildRequires:  python3-oslotest
986555e
BuildRequires:  python3-simplejson
9c8249b
BuildRequires:  python3-oslo-i18n
d1848db
BuildRequires:  python3-stestr
d1848db
BuildRequires:  python3-oslo-utils
d1848db
BuildRequires:  python3-msgpack >= 0.5.2
d10f64e
d10f64e
Requires:       python3-babel
d10f64e
Requires:       python3-iso8601
b38fcef
Requires:       python3-oslo-utils >= 3.33.0
d10f64e
Requires:       python3-six
d1848db
Requires:       python3-msgpack >= 0.5.2
d1848db
Requires:       python3-pytz
d10f64e
9c8249b
%description -n python3-%{pkg_name}
b38fcef
%{common_desc}
d10f64e
d1848db
%if 0%{?with_doc}
9c8249b
%package -n python-%{pkg_name}-doc
9c8249b
Summary:    Documentation for the Oslo serialization library
9c8249b
ba8663a
BuildRequires:  python3-sphinx
ba8663a
BuildRequires:  python3-openstackdocstheme
9c8249b
9c8249b
%description -n python-%{pkg_name}-doc
9c8249b
Documentation for the Oslo serialization library.
d1848db
%endif
9c8249b
Nejc Saje a650e78
%prep
a3a1d73
%autosetup -n %{pypi_name}-%{upstream_version} -S git
d10f64e
# Let RPM handle the dependencies
9c8249b
rm -f requirements.txt
Nejc Saje a650e78
Nejc Saje a650e78
%build
9c8249b
d1848db
%if 0%{?with_doc}
9c8249b
# doc
ba8663a
%{__python3} setup.py build_sphinx -b html
9c8249b
# Fix hidden-file-or-dir warnings
b38fcef
rm -fr doc/build/html/.buildinfo
d1848db
%endif
d1848db
d1848db
%py3_build
9c8249b
Nejc Saje a650e78
%install
d1848db
9c8249b
%py3_install
d10f64e
d10f64e
%check
d1848db
export OS_TEST_PATH="./oslo_serialization/tests"
d1848db
export PYTHON=python3
d1848db
stestr-3 --test-path $OS_TEST_PATH run
Nejc Saje a650e78
9c8249b
%files -n python3-%{pkg_name}
d10f64e
%doc README.rst
d10f64e
%license LICENSE
d10f64e
%{python3_sitelib}/oslo_serialization
d10f64e
%{python3_sitelib}/*.egg-info
9c8249b
%exclude %{python3_sitelib}/oslo_serialization/tests
d10f64e
d1848db
%if 0%{?with_doc}
9c8249b
%files -n python-%{pkg_name}-doc
b38fcef
%doc doc/build/html
d10f64e
%license LICENSE
d1848db
%endif
Nejc Saje a650e78
b00365b
%files -n python3-%{pkg_name}-tests
b00365b
%{python3_sitelib}/oslo_serialization/tests
Alan Pevec 417851e
9c8249b
%changelog
e2d605c
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.28.2-2
e2d605c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
e2d605c
d1848db
* Fri Mar 08 2019 RDO <dev@lists.rdoproject.org> 2.28.2-1
d1848db
- Update to 2.28.2
Alan Pevec c36300b