Hello community, here is the log from the commit of package python-oslo.i18n for openSUSE:Factory checked in at 2017-12-14 10:54:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-oslo.i18n (Old) and /work/SRC/openSUSE:Factory/.python-oslo.i18n.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-oslo.i18n" Thu Dec 14 10:54:58 2017 rev:9 rq:555145 version:3.18.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-oslo.i18n/python-oslo.i18n.changes 2017-08-28 15:31:27.304218219 +0200 +++ /work/SRC/openSUSE:Factory/.python-oslo.i18n.new/python-oslo.i18n.changes 2017-12-14 10:55:00.062804347 +0100 @@ -1,0 +2,8 @@ +Sat Nov 25 08:19:28 UTC 2017 - [email protected] + +- update to version 3.18.0 + - Update reno for stable/pike + - Imported Translations from Zanata + - Updated from global requirements + +------------------------------------------------------------------- Old: ---- oslo.i18n-3.17.0.tar.gz New: ---- oslo.i18n-3.18.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-oslo.i18n.spec ++++++ --- /var/tmp/diff_new_pack.yOGXOu/_old 2017-12-14 10:55:00.842766695 +0100 +++ /var/tmp/diff_new_pack.yOGXOu/_new 2017-12-14 10:55:00.846766502 +0100 @@ -16,49 +16,54 @@ # -%global sname oslo.i18n Name: python-oslo.i18n -Version: 3.17.0 +Version: 3.18.0 Release: 0 Summary: OpenStack i18n library License: Apache-2.0 Group: Development/Languages/Python -Url: https://launchpad.net/%{sname} -Source0: https://pypi.io/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz +Url: https://launchpad.net/oslo.i18n +Source0: https://files.pythonhosted.org/packages/source/o/oslo.i18n/oslo.i18n-3.18.0.tar.gz BuildRequires: openstack-macros -BuildRequires: python-Babel >= 2.3.4 -BuildRequires: python-mock >= 2.0 -BuildRequires: python-oslotest >= 1.10.0 -BuildRequires: python-pbr >= 2.0.0 -BuildRequires: python-testscenarios >= 0.4 +BuildRequires: python2-Babel >= 2.3.4 +BuildRequires: python2-mock >= 2.0 +BuildRequires: python2-oslotest >= 1.10.0 +BuildRequires: python2-pbr >= 2.0.0 +BuildRequires: python2-testscenarios >= 0.4 +BuildRequires: python3-Babel >= 2.3.4 +BuildRequires: python3-mock >= 2.0 +BuildRequires: python3-oslotest >= 1.10.0 +BuildRequires: python3-pbr >= 2.0.0 +BuildRequires: python3-testscenarios >= 0.4 Requires: python-Babel >= 2.3.4 Requires: python-six >= 1.9.0 BuildArch: noarch +%python_subpackages %description The oslo.i18n library contain utilities for working with internationalization (i18n) features, especially translation for text strings in an application or library. -%package doc +%package -n python-oslo.i18n-doc Summary: Documentation for OpenStack i18n library Group: Development/Languages/Python BuildRequires: python-Sphinx BuildRequires: python-openstackdocstheme >= 1.11.0 -%description doc +%description -n python-oslo.i18n-doc Documentation for the oslo.i18n library. %prep -%autosetup -n %{sname}-%{version} +%autosetup -p1 -n oslo.i18n-3.18.0 %py_req_cleanup sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg %build -%{py2_build} +%{python_build} %install -%{py2_install} +%{python_install} # generate html docs %{__python2} setup.py build_sphinx @@ -66,16 +71,17 @@ rm -rf doc/build/html/.{doctrees,buildinfo} %check -%{__python2} setup.py test +%{python_expand rm -rf .testrepository +$python setup.py test +} -%files -%doc ChangeLog CONTRIBUTING.rst README.rst +%files %{python_files} %license LICENSE -%{python2_sitelib}/oslo_i18n -%{python2_sitelib}/*.egg-info +%{python_sitelib}/oslo_i18n +%{python_sitelib}/*egg-info -%files doc -%doc doc/build/html +%files -n python-oslo.i18n-doc +%doc doc/build/html ChangeLog CONTRIBUTING.rst README.rst %license LICENSE %changelog ++++++ _service ++++++ --- /var/tmp/diff_new_pack.yOGXOu/_old 2017-12-14 10:55:00.874765150 +0100 +++ /var/tmp/diff_new_pack.yOGXOu/_new 2017-12-14 10:55:00.874765150 +0100 @@ -1,8 +1,8 @@ <services> <service mode="disabled" name="renderspec"> - <param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/oslo.i18n/oslo.i18n.spec.j2</param> + <param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/master/openstack/oslo.i18n/oslo.i18n.spec.j2</param> <param name="output-name">python-oslo.i18n.spec</param> - <param name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt</param> + <param name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/master/requirements.txt</param> <param name="changelog-email">[email protected]</param> <param name="changelog-provider">gh,openstack,oslo.i18n</param> </service> ++++++ oslo.i18n-3.17.0.tar.gz -> oslo.i18n-3.18.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.i18n-3.17.0/ChangeLog new/oslo.i18n-3.18.0/ChangeLog --- old/oslo.i18n-3.17.0/ChangeLog 2017-07-18 15:10:00.000000000 +0200 +++ new/oslo.i18n-3.18.0/ChangeLog 2017-09-20 10:43:16.000000000 +0200 @@ -1,6 +1,15 @@ CHANGES ======= +3.18.0 +------ + +* Updated from global requirements +* Updated from global requirements +* Imported Translations from Zanata +* Update reno for stable/pike +* Updated from global requirements + 3.17.0 ------ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.i18n-3.17.0/PKG-INFO new/oslo.i18n-3.18.0/PKG-INFO --- old/oslo.i18n-3.17.0/PKG-INFO 2017-07-18 15:10:01.000000000 +0200 +++ new/oslo.i18n-3.18.0/PKG-INFO 2017-09-20 10:43:16.000000000 +0200 @@ -1,11 +1,12 @@ Metadata-Version: 1.1 Name: oslo.i18n -Version: 3.17.0 +Version: 3.18.0 Summary: Oslo i18n library Home-page: https://docs.openstack.org/oslo.i18n/latest Author: OpenStack Author-email: [email protected] License: UNKNOWN +Description-Content-Type: UNKNOWN Description: ======================== Team and repository tags ======================== diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.i18n-3.17.0/oslo.i18n.egg-info/PKG-INFO new/oslo.i18n-3.18.0/oslo.i18n.egg-info/PKG-INFO --- old/oslo.i18n-3.17.0/oslo.i18n.egg-info/PKG-INFO 2017-07-18 15:10:00.000000000 +0200 +++ new/oslo.i18n-3.18.0/oslo.i18n.egg-info/PKG-INFO 2017-09-20 10:43:16.000000000 +0200 @@ -1,11 +1,12 @@ Metadata-Version: 1.1 Name: oslo.i18n -Version: 3.17.0 +Version: 3.18.0 Summary: Oslo i18n library Home-page: https://docs.openstack.org/oslo.i18n/latest Author: OpenStack Author-email: [email protected] License: UNKNOWN +Description-Content-Type: UNKNOWN Description: ======================== Team and repository tags ======================== diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.i18n-3.17.0/oslo.i18n.egg-info/SOURCES.txt new/oslo.i18n-3.18.0/oslo.i18n.egg-info/SOURCES.txt --- old/oslo.i18n-3.17.0/oslo.i18n.egg-info/SOURCES.txt 2017-07-18 15:10:01.000000000 +0200 +++ new/oslo.i18n-3.18.0/oslo.i18n.egg-info/SOURCES.txt 2017-09-20 10:43:16.000000000 +0200 @@ -67,8 +67,10 @@ releasenotes/source/conf.py releasenotes/source/index.rst releasenotes/source/ocata.rst +releasenotes/source/pike.rst releasenotes/source/unreleased.rst releasenotes/source/_static/.placeholder releasenotes/source/_templates/.placeholder releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po +releasenotes/source/locale/ko_KR/LC_MESSAGES/releasenotes.po tools/tox_install.sh \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.i18n-3.17.0/oslo.i18n.egg-info/pbr.json new/oslo.i18n-3.18.0/oslo.i18n.egg-info/pbr.json --- old/oslo.i18n-3.17.0/oslo.i18n.egg-info/pbr.json 2017-07-18 15:10:00.000000000 +0200 +++ new/oslo.i18n-3.18.0/oslo.i18n.egg-info/pbr.json 2017-09-20 10:43:16.000000000 +0200 @@ -1 +1 @@ -{"git_version": "faa51d4", "is_release": true} \ No newline at end of file +{"git_version": "d808cf6", "is_release": true} \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.i18n-3.17.0/releasenotes/source/index.rst new/oslo.i18n-3.18.0/releasenotes/source/index.rst --- old/oslo.i18n-3.17.0/releasenotes/source/index.rst 2017-07-18 15:07:50.000000000 +0200 +++ new/oslo.i18n-3.18.0/releasenotes/source/index.rst 2017-09-20 10:41:09.000000000 +0200 @@ -6,4 +6,5 @@ :maxdepth: 1 unreleased + pike ocata diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.i18n-3.17.0/releasenotes/source/locale/ko_KR/LC_MESSAGES/releasenotes.po new/oslo.i18n-3.18.0/releasenotes/source/locale/ko_KR/LC_MESSAGES/releasenotes.po --- old/oslo.i18n-3.17.0/releasenotes/source/locale/ko_KR/LC_MESSAGES/releasenotes.po 1970-01-01 01:00:00.000000000 +0100 +++ new/oslo.i18n-3.18.0/releasenotes/source/locale/ko_KR/LC_MESSAGES/releasenotes.po 2017-09-20 10:41:09.000000000 +0200 @@ -0,0 +1,36 @@ +# minwook-shin <[email protected]>, 2017. #zanata +msgid "" +msgstr "" +"Project-Id-Version: oslo.i18n Release Notes 3.17.1.dev2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-07-29 12:23+0000\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"PO-Revision-Date: 2017-08-04 07:11+0000\n" +"Last-Translator: minwook-shin <[email protected]>\n" +"Language-Team: Korean (South Korea)\n" +"Language: ko-KR\n" +"X-Generator: Zanata 3.9.6\n" +"Plural-Forms: nplurals=1; plural=0\n" + +msgid "3.11.0" +msgstr "3.11.0" + +msgid "Introduce reno for deployer release notes." +msgstr "릴리즈 노트 배포에 reno를 도입하기." + +msgid "Ocata Series Release Notes" +msgstr "Ocata 시리즈에 대한 릴리즈 노트" + +msgid "Other Notes" +msgstr "기타 노트" + +msgid "Pike Series Release Notes" +msgstr "Pike 시리즈에 대한 릴리즈 노트" + +msgid "Unreleased Release Notes" +msgstr "릴리즈되지않은 릴리즈 노트" + +msgid "oslo.i18n Release Notes" +msgstr "oslo.i18n 릴리즈 노트" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.i18n-3.17.0/releasenotes/source/pike.rst new/oslo.i18n-3.18.0/releasenotes/source/pike.rst --- old/oslo.i18n-3.17.0/releasenotes/source/pike.rst 1970-01-01 01:00:00.000000000 +0100 +++ new/oslo.i18n-3.18.0/releasenotes/source/pike.rst 2017-09-20 10:41:09.000000000 +0200 @@ -0,0 +1,6 @@ +=================================== + Pike Series Release Notes +=================================== + +.. release-notes:: + :branch: stable/pike diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.i18n-3.17.0/test-requirements.txt new/oslo.i18n-3.18.0/test-requirements.txt --- old/oslo.i18n-3.17.0/test-requirements.txt 2017-07-18 15:07:50.000000000 +0200 +++ new/oslo.i18n-3.18.0/test-requirements.txt 2017-09-20 10:41:09.000000000 +0200 @@ -4,14 +4,14 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 sphinx>=1.6.2 # BSD -openstackdocstheme>=1.11.0 # Apache-2.0 +openstackdocstheme>=1.16.0 # Apache-2.0 -mock>=2.0 # BSD +mock>=2.0.0 # BSD oslotest>=1.10.0 # Apache-2.0 coverage!=4.4,>=4.0 # Apache-2.0 testscenarios>=0.4 # Apache-2.0/BSD # for pre-release tests -oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0 +oslo.config>=4.6.0 # Apache-2.0 -reno!=2.3.1,>=1.8.0 # Apache-2.0 +reno>=2.5.0 # Apache-2.0
