Hello community, here is the log from the commit of package python-oslosphinx for openSUSE:Factory checked in at 2018-01-24 15:28:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-oslosphinx (Old) and /work/SRC/openSUSE:Factory/.python-oslosphinx.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-oslosphinx" Wed Jan 24 15:28:12 2018 rev:12 rq:567467 version:4.18.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-oslosphinx/python-oslosphinx.changes 2017-08-28 15:31:38.838596655 +0200 +++ /work/SRC/openSUSE:Factory/.python-oslosphinx.new/python-oslosphinx.changes 2018-01-24 15:28:13.984735983 +0100 @@ -1,0 +2,16 @@ +Thu Jan 18 15:42:03 UTC 2018 - [email protected] + +- Convert to singlespec + +------------------------------------------------------------------- +Mon Jan 15 12:02:51 UTC 2018 - [email protected] + +- update to version 4.18.0 + - Remove -U from pip install + - Update reno for stable/pike + - Remove setting of version/release from releasenotes + - mark oslosphinx as obsolete + - Avoid tox_install.sh for constraints support + - Updated from global requirements + +------------------------------------------------------------------- Old: ---- oslosphinx-4.15.1.tar.gz New: ---- oslosphinx-4.18.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-oslosphinx.spec ++++++ --- /var/tmp/diff_new_pack.lTzlTg/_old 2018-01-24 15:28:14.540709979 +0100 +++ /var/tmp/diff_new_pack.lTzlTg/_new 2018-01-24 15:28:14.540709979 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-oslosphinx # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,42 +16,45 @@ # -%global sname oslosphinx Name: python-oslosphinx -Version: 4.15.1 +Version: 4.18.0 Release: 0 Summary: OpenStack Sphinx License: Apache-2.0 Group: Development/Languages/Python Url: https://launchpad.net/oslosphinx -Source0: https://pypi.io/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/source/o/oslosphinx/oslosphinx-4.18.0.tar.gz BuildRequires: openstack-macros BuildRequires: python-devel -BuildRequires: python-pbr >= 2.0.0 -BuildRequires: python-setuptools >= 16.0 +BuildRequires: python2-pbr >= 2.0.0 +BuildRequires: python2-setuptools >= 16.0 +BuildRequires: python3-devel +BuildRequires: python3-pbr >= 2.0.0 +BuildRequires: python3-setuptools >= 16.0 Requires: python-pbr >= 2.0.0 Requires: python-requests >= 2.14.2 -Requires: python-six >= 1.9.0 +Requires: python-six >= 1.10.0 BuildArch: noarch +%python_subpackages %description The Oslo Sphinx library provides an OpenStack common layer of Sphinx plugins. %prep -%autosetup -n %{sname}-%{version} +%autosetup -p1 -n oslosphinx-4.18.0 %py_req_cleanup %build -%{py2_build} +%{python_build} %install -%{py2_install} +%{python_install} -%files +%files %{python_files} %doc README.rst %license LICENSE -%{python2_sitelib}/%{sname} -%{python2_sitelib}/*.egg-info +%{python_sitelib}/oslosphinx +%{python_sitelib}/*.egg-info %changelog ++++++ _service ++++++ --- /var/tmp/diff_new_pack.lTzlTg/_old 2018-01-24 15:28:14.572708482 +0100 +++ /var/tmp/diff_new_pack.lTzlTg/_new 2018-01-24 15:28:14.572708482 +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/oslosphinx/oslosphinx.spec.j2</param> + <param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/master/openstack/oslosphinx/oslosphinx.spec.j2</param> <param name="output-name">python-oslosphinx.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,oslosphinx</param> </service> ++++++ oslosphinx-4.15.1.tar.gz -> oslosphinx-4.18.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-4.15.1/AUTHORS new/oslosphinx-4.18.0/AUTHORS --- old/oslosphinx-4.15.1/AUTHORS 2017-07-10 22:14:32.000000000 +0200 +++ new/oslosphinx-4.18.0/AUTHORS 2018-01-08 15:14:23.000000000 +0100 @@ -1,4 +1,5 @@ Akihiro Motoki <[email protected]> +Andreas Jaeger <[email protected]> Anne Gentle <[email protected]> Ben Nemec <[email protected]> Beth Elwell <[email protected]> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-4.15.1/ChangeLog new/oslosphinx-4.18.0/ChangeLog --- old/oslosphinx-4.15.1/ChangeLog 2017-07-10 22:14:32.000000000 +0200 +++ new/oslosphinx-4.18.0/ChangeLog 2018-01-08 15:14:23.000000000 +0100 @@ -1,6 +1,27 @@ CHANGES ======= +4.18.0 +------ + +* Remove -U from pip install +* Avoid tox\_install.sh for constraints support +* Remove setting of version/release from releasenotes +* Updated from global requirements + +4.17.0 +------ + + +4.16.0 +------ + +* Updated from global requirements +* mark oslosphinx as obsolete +* Updated from global requirements +* Update reno for stable/pike +* Updated from global requirements + 4.15.1 ------ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-4.15.1/PKG-INFO new/oslosphinx-4.18.0/PKG-INFO --- old/oslosphinx-4.15.1/PKG-INFO 2017-07-10 22:14:32.000000000 +0200 +++ new/oslosphinx-4.18.0/PKG-INFO 2018-01-08 15:14:24.000000000 +0100 @@ -1,46 +1,29 @@ Metadata-Version: 1.1 Name: oslosphinx -Version: 4.15.1 +Version: 4.18.0 Summary: OpenStack Sphinx Extensions and Theme Home-page: http://docs.openstack.org/developer/oslosphinx Author: OpenStack Author-email: [email protected] License: UNKNOWN -Description: ======================== - Team and repository tags - ======================== - - .. image:: http://governance.openstack.org/badges/oslosphinx.svg - :target: http://governance.openstack.org/reference/tags/index.html - - .. Change things from this point on - - ============================= +Description-Content-Type: UNKNOWN +Description: ============================= OpenStack Sphinx Extensions ============================= - .. image:: https://img.shields.io/pypi/v/oslosphinx.svg - :target: https://pypi.python.org/pypi/oslosphinx/ - :alt: Latest Version - - .. image:: https://img.shields.io/pypi/dm/oslosphinx.svg - :target: https://pypi.python.org/pypi/oslosphinx/ - :alt: Downloads - - Theme and extension support for Sphinx documentation from the - OpenStack project. - - Using the Theme - =============== - - Prior to using this theme, ensure your project can use the OpenStack - brand by referring to the brand guidelines at - http://www.openstack.org/brand. + oslosphinx is obsolete. The openstackdocstheme package should be used + instead. oslosphinx will be maintained for the pike, ocata, and newton + release series and completely remove after that pike is marked + end-of-life. + + The contents of this repository are still available in the Git source + code management system. To see the contents of this repository before + it reached its end of life, please check out the previous commit with + "git checkout HEAD^1", or check out one of the supported stable + branches. - * Free software: Apache License, Version 2.0 - * Documentation: http://docs.openstack.org/developer/oslosphinx - * Source: http://git.openstack.org/cgit/openstack/oslosphinx - * Bugs: http://bugs.launchpad.net/oslosphinx + For any further questions, please email + [email protected] or join #openstack-oslo on Freenode. Platform: UNKNOWN diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-4.15.1/README.rst new/oslosphinx-4.18.0/README.rst --- old/oslosphinx-4.15.1/README.rst 2017-07-10 22:13:02.000000000 +0200 +++ new/oslosphinx-4.18.0/README.rst 2018-01-08 15:12:16.000000000 +0100 @@ -1,35 +1,17 @@ -======================== -Team and repository tags -======================== - -.. image:: http://governance.openstack.org/badges/oslosphinx.svg - :target: http://governance.openstack.org/reference/tags/index.html - -.. Change things from this point on - ============================= OpenStack Sphinx Extensions ============================= -.. image:: https://img.shields.io/pypi/v/oslosphinx.svg - :target: https://pypi.python.org/pypi/oslosphinx/ - :alt: Latest Version - -.. image:: https://img.shields.io/pypi/dm/oslosphinx.svg - :target: https://pypi.python.org/pypi/oslosphinx/ - :alt: Downloads - -Theme and extension support for Sphinx documentation from the -OpenStack project. - -Using the Theme -=============== - -Prior to using this theme, ensure your project can use the OpenStack -brand by referring to the brand guidelines at -http://www.openstack.org/brand. +oslosphinx is obsolete. The openstackdocstheme package should be used +instead. oslosphinx will be maintained for the pike, ocata, and newton +release series and completely remove after that pike is marked +end-of-life. + +The contents of this repository are still available in the Git source +code management system. To see the contents of this repository before +it reached its end of life, please check out the previous commit with +"git checkout HEAD^1", or check out one of the supported stable +branches. -* Free software: Apache License, Version 2.0 -* Documentation: http://docs.openstack.org/developer/oslosphinx -* Source: http://git.openstack.org/cgit/openstack/oslosphinx -* Bugs: http://bugs.launchpad.net/oslosphinx +For any further questions, please email [email protected] or join #openstack-oslo on Freenode. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-4.15.1/oslosphinx.egg-info/PKG-INFO new/oslosphinx-4.18.0/oslosphinx.egg-info/PKG-INFO --- old/oslosphinx-4.15.1/oslosphinx.egg-info/PKG-INFO 2017-07-10 22:14:32.000000000 +0200 +++ new/oslosphinx-4.18.0/oslosphinx.egg-info/PKG-INFO 2018-01-08 15:14:23.000000000 +0100 @@ -1,46 +1,29 @@ Metadata-Version: 1.1 Name: oslosphinx -Version: 4.15.1 +Version: 4.18.0 Summary: OpenStack Sphinx Extensions and Theme Home-page: http://docs.openstack.org/developer/oslosphinx Author: OpenStack Author-email: [email protected] License: UNKNOWN -Description: ======================== - Team and repository tags - ======================== - - .. image:: http://governance.openstack.org/badges/oslosphinx.svg - :target: http://governance.openstack.org/reference/tags/index.html - - .. Change things from this point on - - ============================= +Description-Content-Type: UNKNOWN +Description: ============================= OpenStack Sphinx Extensions ============================= - .. image:: https://img.shields.io/pypi/v/oslosphinx.svg - :target: https://pypi.python.org/pypi/oslosphinx/ - :alt: Latest Version - - .. image:: https://img.shields.io/pypi/dm/oslosphinx.svg - :target: https://pypi.python.org/pypi/oslosphinx/ - :alt: Downloads - - Theme and extension support for Sphinx documentation from the - OpenStack project. - - Using the Theme - =============== - - Prior to using this theme, ensure your project can use the OpenStack - brand by referring to the brand guidelines at - http://www.openstack.org/brand. + oslosphinx is obsolete. The openstackdocstheme package should be used + instead. oslosphinx will be maintained for the pike, ocata, and newton + release series and completely remove after that pike is marked + end-of-life. + + The contents of this repository are still available in the Git source + code management system. To see the contents of this repository before + it reached its end of life, please check out the previous commit with + "git checkout HEAD^1", or check out one of the supported stable + branches. - * Free software: Apache License, Version 2.0 - * Documentation: http://docs.openstack.org/developer/oslosphinx - * Source: http://git.openstack.org/cgit/openstack/oslosphinx - * Bugs: http://bugs.launchpad.net/oslosphinx + For any further questions, please email + [email protected] or join #openstack-oslo on Freenode. Platform: UNKNOWN diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-4.15.1/oslosphinx.egg-info/SOURCES.txt new/oslosphinx-4.18.0/oslosphinx.egg-info/SOURCES.txt --- old/oslosphinx-4.15.1/oslosphinx.egg-info/SOURCES.txt 2017-07-10 22:14:32.000000000 +0200 +++ new/oslosphinx-4.18.0/oslosphinx.egg-info/SOURCES.txt 2018-01-08 15:14:24.000000000 +0100 @@ -36,10 +36,11 @@ oslosphinx/theme/openstack/static/openstack_logo.png oslosphinx/theme/openstack/static/tweaks.css releasenotes/notes/add-reno-996dd44974d53238.yaml +releasenotes/notes/obsolete-3da30e6cd2867d0e.yaml 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 -tools/tox_install.sh \ No newline at end of file +releasenotes/source/_templates/.placeholder \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-4.15.1/oslosphinx.egg-info/pbr.json new/oslosphinx-4.18.0/oslosphinx.egg-info/pbr.json --- old/oslosphinx-4.15.1/oslosphinx.egg-info/pbr.json 2017-07-10 22:14:32.000000000 +0200 +++ new/oslosphinx-4.18.0/oslosphinx.egg-info/pbr.json 2018-01-08 15:14:23.000000000 +0100 @@ -1 +1 @@ -{"git_version": "1cb173e", "is_release": true} \ No newline at end of file +{"git_version": "1de073c", "is_release": true} \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-4.15.1/oslosphinx.egg-info/requires.txt new/oslosphinx-4.18.0/oslosphinx.egg-info/requires.txt --- old/oslosphinx-4.15.1/oslosphinx.egg-info/requires.txt 2017-07-10 22:14:32.000000000 +0200 +++ new/oslosphinx-4.18.0/oslosphinx.egg-info/requires.txt 2018-01-08 15:14:23.000000000 +0100 @@ -1,3 +1,3 @@ pbr!=2.1.0,>=2.0.0 requests>=2.14.2 -six>=1.9.0 +six>=1.10.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-4.15.1/releasenotes/notes/obsolete-3da30e6cd2867d0e.yaml new/oslosphinx-4.18.0/releasenotes/notes/obsolete-3da30e6cd2867d0e.yaml --- old/oslosphinx-4.15.1/releasenotes/notes/obsolete-3da30e6cd2867d0e.yaml 1970-01-01 01:00:00.000000000 +0100 +++ new/oslosphinx-4.18.0/releasenotes/notes/obsolete-3da30e6cd2867d0e.yaml 2018-01-08 15:12:16.000000000 +0100 @@ -0,0 +1,6 @@ +--- +prelude: >- + oslosphinx is obsolete. The openstackdocstheme package should be used + instead. oslosphinx will be maintained for the pike, ocata, and newton + release series and completely remove after that pike is marked + end-of-life. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-4.15.1/releasenotes/source/conf.py new/oslosphinx-4.18.0/releasenotes/source/conf.py --- old/oslosphinx-4.15.1/releasenotes/source/conf.py 2017-07-10 22:13:02.000000000 +0200 +++ new/oslosphinx-4.18.0/releasenotes/source/conf.py 2018-01-08 15:12:16.000000000 +0100 @@ -55,16 +55,12 @@ project = u'oslosphinx Release Notes' copyright = u'2016, oslosphinx Developers' -# The version info for the project you're documenting, acts as replacement for -# |version| and |release|, also used in various other places throughout the -# built documents. -# -# The short X.Y version. +# Release notes do not need a version in the title, they span +# multiple versions. # The full version, including alpha/beta/rc tags. -import pkg_resources -release = pkg_resources.get_distribution('oslosphinx').version +release = '' # The short X.Y version. -version = release +version = '' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-4.15.1/releasenotes/source/index.rst new/oslosphinx-4.18.0/releasenotes/source/index.rst --- old/oslosphinx-4.15.1/releasenotes/source/index.rst 2017-07-10 22:13:02.000000000 +0200 +++ new/oslosphinx-4.18.0/releasenotes/source/index.rst 2018-01-08 15:12:16.000000000 +0100 @@ -6,4 +6,5 @@ :maxdepth: 1 unreleased + pike ocata diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-4.15.1/releasenotes/source/pike.rst new/oslosphinx-4.18.0/releasenotes/source/pike.rst --- old/oslosphinx-4.15.1/releasenotes/source/pike.rst 1970-01-01 01:00:00.000000000 +0100 +++ new/oslosphinx-4.18.0/releasenotes/source/pike.rst 2018-01-08 15:12:16.000000000 +0100 @@ -0,0 +1,6 @@ +=================================== + Pike Series Release Notes +=================================== + +.. release-notes:: + :branch: stable/pike diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-4.15.1/requirements.txt new/oslosphinx-4.18.0/requirements.txt --- old/oslosphinx-4.15.1/requirements.txt 2017-07-10 22:13:02.000000000 +0200 +++ new/oslosphinx-4.18.0/requirements.txt 2018-01-08 15:12:16.000000000 +0100 @@ -4,4 +4,4 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 requests>=2.14.2 # Apache-2.0 -six>=1.9.0 # MIT +six>=1.10.0 # MIT diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-4.15.1/test-requirements.txt new/oslosphinx-4.18.0/test-requirements.txt --- old/oslosphinx-4.15.1/test-requirements.txt 2017-07-10 22:13:02.000000000 +0200 +++ new/oslosphinx-4.18.0/test-requirements.txt 2018-01-08 15:12:16.000000000 +0100 @@ -6,5 +6,5 @@ # this is required for the docs build jobs sphinx>=1.6.2 # BSD -openstackdocstheme>=1.11.0 # Apache-2.0 -reno!=2.3.1,>=1.8.0 # Apache-2.0 +openstackdocstheme>=1.17.0 # Apache-2.0 +reno>=2.5.0 # Apache-2.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-4.15.1/tools/tox_install.sh new/oslosphinx-4.18.0/tools/tox_install.sh --- old/oslosphinx-4.15.1/tools/tox_install.sh 2017-07-10 22:13:02.000000000 +0200 +++ new/oslosphinx-4.18.0/tools/tox_install.sh 1970-01-01 01:00:00.000000000 +0100 @@ -1,30 +0,0 @@ -#!/usr/bin/env bash - -# Client constraint file contains this client version pin that is in conflict -# with installing the client from source. We should remove the version pin in -# the constraints file before applying it for from-source installation. - -CONSTRAINTS_FILE="$1" -shift 1 - -set -e - -# NOTE(tonyb): Place this in the tox enviroment's log dir so it will get -# published to logs.openstack.org for easy debugging. -localfile="$VIRTUAL_ENV/log/upper-constraints.txt" - -if [[ "$CONSTRAINTS_FILE" != http* ]]; then - CONSTRAINTS_FILE="file://$CONSTRAINTS_FILE" -fi -# NOTE(tonyb): need to add curl to bindep.txt if the project supports bindep -curl "$CONSTRAINTS_FILE" --insecure --progress-bar --output "$localfile" - -pip install -c"$localfile" openstack-requirements - -# This is the main purpose of the script: Allow local installation of -# the current repo. It is listed in constraints file and thus any -# install will be constrained and we need to unconstrain it. -edit-constraints "$localfile" -- "$CLIENT_NAME" - -pip install -c"$localfile" -U "$@" -exit $? diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-4.15.1/tox.ini new/oslosphinx-4.18.0/tox.ini --- old/oslosphinx-4.15.1/tox.ini 2017-07-10 22:13:02.000000000 +0200 +++ new/oslosphinx-4.18.0/tox.ini 2018-01-08 15:12:16.000000000 +0100 @@ -3,12 +3,11 @@ envlist = pep8 [testenv] -setenv = - VIRTUAL_ENV={envdir} - BRANCH_NAME=master - CLIENT_NAME=oslosphinx -install_command = {toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages} -deps = -r{toxinidir}/test-requirements.txt +install_command = pip install {opts} {packages} +deps = + -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} + -r{toxinidir}/test-requirements.txt + -r{toxinidir}/requirements.txt [testenv:pep8] commands =
