Hello community, here is the log from the commit of package python-oslo.utils for openSUSE:Factory checked in at 2015-08-27 08:54:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-oslo.utils (Old) and /work/SRC/openSUSE:Factory/.python-oslo.utils.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-oslo.utils" Changes: -------- --- /work/SRC/openSUSE:Factory/python-oslo.utils/python-oslo.utils.changes 2015-07-05 18:01:43.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-oslo.utils.new/python-oslo.utils.changes 2015-08-27 08:54:53.000000000 +0200 @@ -1,0 +2,100 @@ +Fri Jul 31 06:47:05 UTC 2015 - [email protected] + +- Unify spec file #2 +- Remove test requirements +- Add -doc package + +------------------------------------------------------------------- +Wed Jul 29 10:44:23 UTC 2015 - [email protected] + +- Unify spec file. Use fedora compatible files macros + +------------------------------------------------------------------- +Tue Jul 28 12:16:47 UTC 2015 - [email protected] + +- update to 2.1.0: + * Imported Translations from Transifex + * Updated from global requirements + * Adding checking around the monotonic import + * Updated from global requirements + * Updated from global requirements + * Add oslo.config to test requirements + * Remove oslo namespace package + * Updated from global requirements +- update Requires according to requirements.txt +- remove 0001-Disable-deprecation-warning.patch + +------------------------------------------------------------------- +Mon Jul 20 11:57:59 UTC 2015 - [email protected] + +- fix requires + +------------------------------------------------------------------- +Fri Jul 17 07:31:44 UTC 2015 - [email protected] + +- update to 1.9.0: + * Updated from global requirements + * Imported Translations from Transifex + * Add write_to_tempfile back to fileutils + * Use monotonic library to avoid finding monotonic time function + * Fix exception_to_unicode() for oslo_i18n Message + * Add fileutils to oslo_utils + * Updated from global requirements + * Add tox target to find missing requirements + * Updated from global requirements + * Updated from global requirements + * Switch badges from 'pypip.in' to 'shields.io' + * timeutils: fix newer/older comparison with TZ aware datetime + * Replace parse_strtime with parse_isotime in older/newer + +------------------------------------------------------------------- +Mon Jun 8 14:10:16 UTC 2015 - [email protected] + +- update to 1.6.0: + * Add pytz to requirements + * Imported Translations from Transifex + * timeutils: utcnow() can return a value with a timezone + * Add 'raise_with_cause' chaining helper to excutils + * timeutils: deprecate isotime() + * timeutils: make marshall timezone aware + * Advertise support for Python3.4 / Remove support for Python 3.3 + * Updated from global requirements + * Add exception_to_unicode() function + * Remove run_cross_tests.sh + * Imported Translations from Transifex + * Move versionutils into place and remove deprecation tools + * Denote monotonic import ordering + usage + * Add liberty release name to versionutils + * Expose opts entry point for version_utils + * Switch from oslo.config to oslo_config + * Remove oslo.log code and clean up versionutils API + * Remove code that moved to oslo.i18n + * Enhance versionutils.deprecated to work with classes + * Add Kilo release name to versionutils + * Allow deprecated decorator to specify no plan for removal + * Uncap library requirements for liberty + * Add JUNO as a target to versionutils module + * Add missing reflection + uuidutils docs + * timeutils: avoid passing leap second to datetime + * Add pypi download + version badges + * Cleanup README.rst and setup.cfg + * pep8: fixed multiple violations + * Use oslotest instead of common test module + * Use hacking import_exceptions for gettextutils._ + * fixed typos + * Fix violations of H302:import only modules + * Adds decorator to deprecate functions and methods + * Remove vim header + * Add `versionutils` for version compatibility checks + * Update hacking setting + * Updated from global requirements + * Imported Translations from Transifex + * Clean up TestIsIPv6Enabled + * Fix test_netutils: stop patches + * Add a new string to the list of masked patterns + * Provide common `fetch_current_thread_functor` function + * Imported Translations from Transifex +- Adjust Requires according to requirements.txt +- Add python_requires to _services + +------------------------------------------------------------------- Old: ---- 0001-Disable-deprecation-warning.patch oslo.utils-1.4.0.tar.gz New: ---- oslo.utils-2.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-oslo.utils.spec ++++++ --- /var/tmp/diff_new_pack.NxFWh3/_old 2015-08-27 08:54:53.000000000 +0200 +++ /var/tmp/diff_new_pack.NxFWh3/_new 2015-08-27 08:54:53.000000000 +0200 @@ -17,24 +17,26 @@ Name: python-oslo.utils -Version: 1.4.0 +Version: 2.1.0 Release: 0 Summary: Oslo utils library License: Apache-2.0 Group: Development/Languages/Python Url: http://launchpad.net/oslo Source: https://pypi.python.org/packages/source/o/oslo.utils/oslo.utils-%{version}.tar.gz -Patch0: 0001-Disable-deprecation-warning.patch +BuildRequires: openstack-suse-macros BuildRequires: python-Babel BuildRequires: python-pbr BuildRequires: python-setuptools -# Test requirements Requires: python-Babel >= 1.3 +Requires: python-debtcollector >= 0.3.0 Requires: python-iso8601 >= 0.1.9 +Requires: python-monotonic >= 0.1 Requires: python-netaddr >= 0.7.12 Requires: python-netifaces >= 0.10.4 -Requires: python-oslo.i18n >= 1.3 -Requires: python-six >= 1.9 +Requires: python-oslo.i18n >= 1.5.0 +Requires: python-pytz >= 2013.6 +Requires: python-six >= 1.9.0 BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} @@ -51,19 +53,43 @@ - strutils - excutils +%package doc +Summary: Documentation for OpenStack oslo utils library +Group: Development/Languages/Python +BuildRequires: python-Sphinx +BuildRequires: python-debtcollector +BuildRequires: python-fixtures +BuildRequires: python-iso8601 +BuildRequires: python-monotonic +BuildRequires: python-netaddr +BuildRequires: python-netifaces +BuildRequires: python-oslo.i18n +BuildRequires: python-oslosphinx + +%description doc +Documentation for OpenStack oslo utils library + %prep %setup -q -n oslo.utils-%{version} -%patch0 -p1 %build -python setup.py build +%{__python2} setup.py build %install -python setup.py install --prefix=%{_prefix} --root=%{buildroot} +%{__python2} setup.py install --skip-build --root %{buildroot} + +# generate html docs +sphinx-build doc/source html +# remove the sphinx-build leftovers +rm -rf html/.{doctrees,buildinfo} %files %defattr(-,root,root,-) %doc AUTHORS LICENSE README.rst ChangeLog -%{python_sitelib}/* +%{python2_sitelib}/* + +%files doc +%doc html +%doc LICENSE %changelog ++++++ _service ++++++ --- /var/tmp/diff_new_pack.NxFWh3/_old 2015-08-27 08:54:54.000000000 +0200 +++ /var/tmp/diff_new_pack.NxFWh3/_new 2015-08-27 08:54:54.000000000 +0200 @@ -1,5 +1,5 @@ <services> - <service mode="disabled" name="download_files"> + <service mode="disabled" name="download_files"> <param name="changesgenerate">enable</param> </service> <service mode="disabled" name="set_version"> @@ -8,4 +8,6 @@ <service name="refresh_patches" mode="disabled"> <param name="changesgenerate">enable</param> </service> + <service name="python_requires" mode="disabled"> + </service> </services> ++++++ oslo.utils-1.4.0.tar.gz -> oslo.utils-2.1.0.tar.gz ++++++ ++++ 4735 lines of diff (skipped)
