diff --git a/Changelog.old b/Changelog.old index ff21a38..cc99e63 100644 --- a/Changelog.old +++ b/Changelog.old @@ -1,3 +1,12 @@ +* Tue Jul 19 2016 Fedora Release Engineering - 2.2.0-3 +- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages + +* Fri Jun 03 2016 Charalampos Stratakis 2.2.0-2 +- Provide a python 3 tests subpackage + +* Wed Mar 23 2016 Haikel Guemar 2.2.0-1 +- Update to 2.2.0 + * Thu Feb 04 2016 Fedora Release Engineering - 0.6.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/python-oslo-context.spec b/python-oslo-context.spec index cb8e8bc..2036fde 100644 --- a/python-oslo-context.spec +++ b/python-oslo-context.spec @@ -1,3 +1,5 @@ +%{!?upstream_version: %global upstream_version %{version}%{?milestone}} + %global pypi_name oslo.context %global pkg_name oslo-context @@ -5,16 +7,14 @@ %global with_python3 1 %endif -%{!?upstream_version: %global upstream_version %{version}%{?milestone}} - Name: python-%{pkg_name} -Version: 2.2.0 -Release: 3%{?dist} +Version: 2.9.0 +Release: 1%{?dist} Summary: OpenStack Oslo Context library License: ASL 2.0 -URL: https://pypi.python.org/pypi/oslo.context -Source0: https://pypi.python.org/packages/source/o/%{pypi_name}/%{pypi_name}-%{version}.tar.gz +URL: https://launchpad.net/oslo.context +Source0: https://pypi.io/packages/source/o/%{pypi_name}/%{pypi_name}-%{version}.tar.gz BuildArch: noarch @@ -29,8 +29,10 @@ BuildRequires: python-pbr BuildRequires: python-hacking BuildRequires: python-oslotest BuildRequires: python-coverage +BuildRequires: python-positional Requires: python-babel +Requires: python-positional Requires: python-pbr %description -n python2-%{pkg_name} @@ -69,8 +71,10 @@ BuildRequires: python3-pbr BuildRequires: python3-hacking BuildRequires: python3-oslotest BuildRequires: python3-coverage +BuildRequires: python3-positional Requires: python3-babel +Requires: python3-positional Requires: python3-pbr %description -n python3-%{pkg_name} @@ -160,12 +164,6 @@ rm -rf .testrepository %endif %changelog -* Tue Jul 19 2016 Fedora Release Engineering - 2.2.0-3 -- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages - -* Fri Jun 03 2016 Charalampos Stratakis 2.2.0-2 -- Provide a python 3 tests subpackage - -* Wed Mar 23 2016 Haikel Guemar 2.2.0-1 -- Update to 2.2.0 +* Wed Sep 07 2016 Haikel Guemar 2.9.0-1 +- Update to 2.9.0