1
0

- update to version 1.8.0

- Update hacking
  - Remove cliff-tablib dependency
  - Do not add EOL releases to sitemap
  - Add openssl libs to bindep
  - Include 'deprecation' as a flag
  - sitemap: Add ocata
  - Fix to use "." to source script files
  - Remove pylint
  - Cleanup doc-tools-check-languages
  - Remove 'autogenerate_config_docs'
  - Update RELEASE_NOTES
  - extract_swift_flags: Remove 'docbook' command
  - Avoid tox_install.sh for constraints support
  - Update docs theme configuration
  - [autohelp] Update opt types
  - Remove swift tooling
  - Update sitemap tests
  - trivial: Remove 'pass_through'
  - Change priorities for sitemap
  - Remove setting of version/release from releasenotes
  - [diff_branches] remove the broken --format option
  - Index options by group too
  - Actually skip 'update' when flagmapping are disabled
  - add lower-constraints job
  - Add bindep.txt
  - Remove some useless files
  - Remove "cleanup" tools
  - option.help can be None
  - Clean imports in code

OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-openstack-doc-tools?expand=0&rev=10
This commit is contained in:
2018-09-04 08:02:41 +00:00
committed by Git OBS Bridge
parent 85e45131d9
commit 8eb39239d3
5 changed files with 78 additions and 19 deletions

View File

@@ -1,8 +1,8 @@
<services>
<service mode="disabled" name="renderspec">
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/queens/openstack/openstack-doc-tools/openstack-doc-tools.spec.j2</param>
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/openstack-doc-tools/openstack-doc-tools.spec.j2</param>
<param name="output-name">python-openstack-doc-tools.spec</param>
<param name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/queens/requirements.txt</param>
<param name="requirements">https://raw.githubusercontent.com/openstack/openstack-doc-tools/master/requirements.txt</param>
<param name="changelog-email">cloud-devel@suse.de</param>
<param name="changelog-provider">gh,openstack,openstack-doc-tools</param>
</service>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1277a637c751a70f2d632b86f1fe776b4de7b62eeb9df8a17ee7db08b184cda5
size 76107

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:07a4ca9eef0fe11e8541a24c8b608d5918c0e56efdb692dccadcdcbbd6033cde
size 48518

View File

@@ -1,3 +1,62 @@
-------------------------------------------------------------------
Tue Sep 4 08:01:56 UTC 2018 - cloud-devel@suse.de
- update to version 1.8.0
- Update hacking
- Remove cliff-tablib dependency
- Do not add EOL releases to sitemap
- Add openssl libs to bindep
- Include 'deprecation' as a flag
- sitemap: Add ocata
- Fix to use "." to source script files
- Remove pylint
- Cleanup doc-tools-check-languages
- Remove 'autogenerate_config_docs'
- Update RELEASE_NOTES
- extract_swift_flags: Remove 'docbook' command
- Avoid tox_install.sh for constraints support
- Update docs theme configuration
- [autohelp] Update opt types
- Remove swift tooling
- Update sitemap tests
- trivial: Remove 'pass_through'
- Change priorities for sitemap
- Remove setting of version/release from releasenotes
- [diff_branches] remove the broken --format option
- Index options by group too
- Actually skip 'update' when flagmapping are disabled
- add lower-constraints job
- Add bindep.txt
- Remove some useless files
- Remove "cleanup" tools
- option.help can be None
- Clean imports in code
- Remove MANIFEST.in file
- Add missing doc for dump in autohelp-wrapper
- Remove unused oslo.config requirement
- Update links in README
- Remove the 'openstack-auto-commands' tool
- [cli-ref] add API version for cinder explicitly
- Switch to openstackdocstheme
- [cli-ref] add line break to avoid lengthy line
- [autohelp] Return options as dicts instead of lists
- Fix URLs
- Add release-note about docs
- Make openstack-doc-tools can be used in the individual client repos
- Remove handling of install-guide/config-reference for Pike
- Simplify the format of paragraphs
- Allow overriding of openstack-manuals dir
- [lang] Fixes PUBLISH_DIR for api-quick-start
- Handle object type when registering runtime options in autohelp
- Separate option formatting
- Remove unnecessary parameter
- Update index page
- Document installation of scrapy via pip
- Update ZUUL variables for Zuul v3
- Updated from global requirements
- extract_swift_flags: Remove '--from' argument
- Make flagmapping optional
-------------------------------------------------------------------
Fri Feb 23 13:16:27 UTC 2018 - tbechtold@suse.com

View File

@@ -19,30 +19,30 @@
%global sname openstack-doc-tools
%global module os_doc_tools
Name: python-openstack-doc-tools
Version: 1.5.0
Version: 1.8.0
Release: 0
Summary: OpenStack Docs Tools
License: Apache-2.0
Group: Development/Languages/Python
Url: https://launchpad.net/%{sname}
URL: https://launchpad.net/%{sname}
Source0: https://files.pythonhosted.org/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz
BuildRequires: openstack-macros
BuildRequires: python-Babel >= 2.3.4
BuildRequires: python-PyYAML >= 3.10
BuildRequires: python-Babel
BuildRequires: python-PyYAML >= 3.12
BuildRequires: python-Sphinx
BuildRequires: python-demjson >= 2.2.2
BuildRequires: python-devel
BuildRequires: python-mock >= 2.0.0
BuildRequires: python-oslosphinx >= 4.7.0
BuildRequires: python-lxml >= 3.4.1
BuildRequires: python-mock
BuildRequires: python-openstackdocstheme
BuildRequires: python-pbr >= 2.0.0
BuildRequires: python-setuptools >= 16.0
BuildRequires: python-testrepository >= 0.0.18
Requires: python-PyYAML >= 3.10
BuildRequires: python-setuptools
BuildRequires: python-testrepository
Requires: python-PyYAML >= 3.12
Requires: python-Sphinx
Requires: python-cliff-tablib
Requires: python-iso8601 >= 0.1.11
Requires: python-lxml >= 3.4.1
Requires: python-oslosphinx >= 4.7.0
Requires: python-openstackdocstheme
BuildArch: noarch
%description
@@ -51,6 +51,7 @@ Tools used by the OpenStack Documentation Project.
%prep
%autosetup -n %{sname}-%{version}
%py_req_cleanup
sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
%build
%py2_build
@@ -59,6 +60,8 @@ Tools used by the OpenStack Documentation Project.
%py2_install
%check
# We don't want to run the sitemap tests, it is not included in the package
rm -f test/test_sitemap_file.py test/test_pipelines.py
%{__python2} setup.py testr
%files
@@ -66,12 +69,9 @@ Tools used by the OpenStack Documentation Project.
%doc README.rst
%{_bindir}/doc-tools-build-rst
%{_bindir}/doc-tools-check-languages
%{_bindir}/doc-tools-update-cli-reference
%{_bindir}/openstack-auto-commands
%{_bindir}/openstack-indexpage
%{_bindir}/openstack-jsoncheck
%{python2_sitelib}/%{module}
%{python2_sitelib}/autogenerate_config_docs
%{_datadir}/%{sname}
%{python2_sitelib}/*.egg-info