Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-reno-4.1.0-1.1 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python3-reno Distribution: openSUSE:Factory:zSystems
Version: 4.1.0 Vendor: openSUSE
Release: 1.1 Build date: Sat Mar 16 17:21:32 2024
Group: Development/Languages/Python Build host: reproducible
Size: 283917 Source RPM: python-reno-4.1.0-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://www.openstack.org/
Summary: RElease NOtes manager
Reno is a release notes manager for storing release notes in a git
repository and then building documentation from them.

Provides

Requires

License

Apache-2.0

Changelog

* Sat Mar 16 2024 Dirk Müller <dmueller@suse.com>
  - update to 4.1.0:
    * Respect EOM tag for branches in unmaintained status
    * Update supported python versions
* Wed Dec 27 2023 Dirk Müller <dmueller@suse.com>
  - update to 4.0.0:
    * Order branches according to OpenStack release names
    * Fix scanner tests failing with modern Git
    * Remove python-dev from bindep
    * remove unicode from code
    * Don't attempt to pull from empty cache file
    * Update CI to use unversioned jobs template
* Sat Oct 16 2021 Dirk Müller <dmueller@suse.com>
  - update to 3.5.0:
    * Close files opened by Scanner, Loader
    * loader: Validate section keys
    * loader: Improve tests and logging
    * loader: Handle note files missing top-level keys
    * Moving to OFTC
    * [community goal] Update contributor documentation
    * setup.cfg: Replace dashes with underscores
    * Handle repositories with a default branch other than master
    * Use py3 as the default runtime for tox
    * Deny creating subdirectories
    * drop lower-constraints
    * fix: order tags to be sure to favor release tag over pre-release tags
    * raise the minimum version of pyyaml
    * add \`semver-next\` command
    * add release note for \`encoding\` option
    * [trivial] Use opendev url for source code link
    * Add config option to set default character encoding
    * Some cleanups
    * Switch to newer openstackdocstheme version
* Mon Dec 14 2020 Benjamin Greiner <code@bnavigator.de>
  - This package depends on packages from openstack, which are only
    available for the default python3 flavor. As a consequence,
    also only build for the primary python3-flavor.
    gh#openSUSE/python-rpm-macros#66
* Fri Jun 05 2020 Dirk Mueller <dmueller@suse.com>
  - update 3.1.0
    * Set parallel\_read\_safe to True
    * Handle empty config files
    * Add cache support for release dates
    * Remove future imports
    * Keep scanning master branch after first shared commit
    * Sort config options
    * Add support for release dates
    * sphinxext: Support rootdir discovery without git
    * Use unittest.mock instead of third party mock
    * tox: Suppress output
    * do not include external svgs from readme in docs
    * Update hacking for Python3
* Wed Apr 15 2020 Marketa Calabkova <mcalabkova@suse.com>
  - update to 3.0.1
    * scan the whole branch if a version cannot be found
* Fri Mar 27 2020 pgajdos@suse.com
  - version update to 3.0.0
    * Remove usage of six
    * [ussuri][goal] Drop python 2.7 support and testing
    * Add extension metadata to sphinxext
    * Handle Windows compatibility
    * Scan all branches for cache generation
    * Avoid docutils 0.15 with py2
    * Add Python 3 Train unit tests
    * Fix py27 test: Update sphinx requirement
    * OpenDev Migration Patch
    * Switch to current hacking
    * Remove references to oslosphinx
* Thu Jun 13 2019 cloud-devel@suse.de
  - update to version 2.11.3 (bsc#1137659)
    - Streamline published release notes
    - switch doc and pypi jobs to use python3
    - Migrate the link of bug report button to storyboard
    - update sphinx to at least 1.6.1
    - include the branch name in anchors to make them more unique
    - add lower-constraints tox environment and job
    - Update the min version of tox to 2.0
    - cleanups for dev workflow descriptions
    - Add python 3.6 unit test job
    - import zuul job settings from project-config
    - Collapse Unreleased and Mainline sections
    - add unreleased_version_title configuration option
    - trivial change to contributing instructions
    - refactor handling of missing config files for better testing
    - Change openstack-dev to openstack-discuss
    - update the oudated URL in doc
    - preserve the order of tags when reading the cache file
    - Enhance the travis hack
    - only override config values from command line if they are actually set
    - move sphinx flags to tox.ini
    - report line numbers for generated content more accurately
    - Update links in README
    - Switch to use stestr for unit test
    - update bug report URLs to use storyboard
    - sphinxext: Use 'sphinx.util.logging'
    - sphinxext: Use unicode_literals
    - Fix traceback when no args are passed to reno
    - tests: Use mock decorator instead of context manager
    - Integrate a setuptools command
    - build our docs with the lower-constraints
    - fix documentation project template
    - doc: Note development workflows supported by reno
    - build universal wheels
    - move package publishing template back to project-config
    - link to the europython 2018 presentation about reno
    - update test fixtures to capture log output
    - fix tox python3 overrides
    - Make section titles have stable anchor links
    - Add cover job
    - add python 3.7 unit test job
    - Allow tags prefixed with v in default regex
    - Update url in HACKING.rst
    - Use unicode for debug string
    - Add usage with travis CI to docs
    - report when loading data from the cache file
    - Update sphinx extension logging
* Mon Feb 26 2018 cloud-devel@suse.de
  - update to version 2.7.0
    - improve output messages
    - add an internal sphinx extension to show the configuration defaults
    - support scanning closed stable branches
    - define options with help text
* Mon Dec 04 2017 cloud-devel@suse.de
  - update to version 2.6.0
    - remove some duplication in ChangeTracker
    - Replace http with https
    - Add user details for editing stable branch notes
    - switch from oslosphinx to openstackdocstheme
    - Update documention link for doc migration
    - loader: Extract cache filename from config object
    - expand examples in documentation
    - ignore changes until the file is added within the scanned range
    - fix release note markup
    - Allow users to change prelude section name
    - Block comment should start with '# '
    - Clean up rendered HTML with openstackdocstheme
    - update bindep list
    - requirements: Stop requiring a specific pbr version
    - Move notesdir default to 'defaults' module
    - Remove Babel from setup.cfg and requirements
    - rearrange the existing docs to follow the new standard layout
    - Support repodir config files
    - add release note for scanner fix
    - Add option to create release note from user-provided template
    - update ref search logic for zuulv3 CI layout
    - release note for zuulv3 fix
    - allow release notes sections to be single strings
    - add option for ignoring some notes files

Files

/etc/alternatives/reno
/usr/bin/reno
/usr/bin/reno-3.11
/usr/lib/python3.11/site-packages/reno
/usr/lib/python3.11/site-packages/reno-4.1.0-py3.11.egg-info
/usr/lib/python3.11/site-packages/reno-4.1.0-py3.11.egg-info/PKG-INFO
/usr/lib/python3.11/site-packages/reno-4.1.0-py3.11.egg-info/SOURCES.txt
/usr/lib/python3.11/site-packages/reno-4.1.0-py3.11.egg-info/dependency_links.txt
/usr/lib/python3.11/site-packages/reno-4.1.0-py3.11.egg-info/entry_points.txt
/usr/lib/python3.11/site-packages/reno-4.1.0-py3.11.egg-info/not-zip-safe
/usr/lib/python3.11/site-packages/reno-4.1.0-py3.11.egg-info/pbr.json
/usr/lib/python3.11/site-packages/reno-4.1.0-py3.11.egg-info/requires.txt
/usr/lib/python3.11/site-packages/reno-4.1.0-py3.11.egg-info/top_level.txt
/usr/lib/python3.11/site-packages/reno/__init__.py
/usr/lib/python3.11/site-packages/reno/__pycache__
/usr/lib/python3.11/site-packages/reno/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/reno/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/reno/__pycache__/cache.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/reno/__pycache__/cache.cpython-311.pyc
/usr/lib/python3.11/site-packages/reno/__pycache__/config.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/reno/__pycache__/config.cpython-311.pyc
/usr/lib/python3.11/site-packages/reno/__pycache__/create.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/reno/__pycache__/create.cpython-311.pyc
/usr/lib/python3.11/site-packages/reno/__pycache__/defaults.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/reno/__pycache__/defaults.cpython-311.pyc
/usr/lib/python3.11/site-packages/reno/__pycache__/formatter.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/reno/__pycache__/formatter.cpython-311.pyc
/usr/lib/python3.11/site-packages/reno/__pycache__/linter.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/reno/__pycache__/linter.cpython-311.pyc
/usr/lib/python3.11/site-packages/reno/__pycache__/lister.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/reno/__pycache__/lister.cpython-311.pyc
/usr/lib/python3.11/site-packages/reno/__pycache__/loader.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/reno/__pycache__/loader.cpython-311.pyc
/usr/lib/python3.11/site-packages/reno/__pycache__/main.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/reno/__pycache__/main.cpython-311.pyc
/usr/lib/python3.11/site-packages/reno/__pycache__/report.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/reno/__pycache__/report.cpython-311.pyc
/usr/lib/python3.11/site-packages/reno/__pycache__/scanner.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/reno/__pycache__/scanner.cpython-311.pyc
/usr/lib/python3.11/site-packages/reno/__pycache__/semver.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/reno/__pycache__/semver.cpython-311.pyc
/usr/lib/python3.11/site-packages/reno/__pycache__/setup_command.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/reno/__pycache__/setup_command.cpython-311.pyc
/usr/lib/python3.11/site-packages/reno/__pycache__/sphinxext.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/reno/__pycache__/sphinxext.cpython-311.pyc
/usr/lib/python3.11/site-packages/reno/__pycache__/utils.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/reno/__pycache__/utils.cpython-311.pyc
/usr/lib/python3.11/site-packages/reno/_exts
/usr/lib/python3.11/site-packages/reno/_exts/__init__.py
/usr/lib/python3.11/site-packages/reno/_exts/__pycache__
/usr/lib/python3.11/site-packages/reno/_exts/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/reno/_exts/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/reno/_exts/__pycache__/show_reno_config.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/reno/_exts/__pycache__/show_reno_config.cpython-311.pyc
/usr/lib/python3.11/site-packages/reno/_exts/show_reno_config.py
/usr/lib/python3.11/site-packages/reno/cache.py
/usr/lib/python3.11/site-packages/reno/config.py
/usr/lib/python3.11/site-packages/reno/create.py
/usr/lib/python3.11/site-packages/reno/defaults.py
/usr/lib/python3.11/site-packages/reno/formatter.py
/usr/lib/python3.11/site-packages/reno/linter.py
/usr/lib/python3.11/site-packages/reno/lister.py
/usr/lib/python3.11/site-packages/reno/loader.py
/usr/lib/python3.11/site-packages/reno/main.py
/usr/lib/python3.11/site-packages/reno/report.py
/usr/lib/python3.11/site-packages/reno/scanner.py
/usr/lib/python3.11/site-packages/reno/semver.py
/usr/lib/python3.11/site-packages/reno/setup_command.py
/usr/lib/python3.11/site-packages/reno/sphinxext.py
/usr/lib/python3.11/site-packages/reno/utils.py
/usr/share/licenses/python3-reno
/usr/share/licenses/python3-reno/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Apr 29 23:40:03 2024