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

python310-releases-2.1.1-1.8 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python310-releases Distribution: openSUSE Tumbleweed
Version: 2.1.1 Vendor: openSUSE
Release: 1.8 Build date: Fri May 12 10:15:25 2023
Group: Unspecified Build host: reproducible
Size: 86850 Source RPM: python-releases-2.1.1-1.8.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/bitprophet/releases
Summary: A Sphinx extension for changelog manipulation
Releases is a Python 2+3 compatible `Sphinx <http://sphinx-doc.org>`_ extension
designed to help you keep a source control friendly, merge friendly changelog
file & turn it into useful, human readable HTML output.

Specifically:

* The source format (kept in your Sphinx tree as ``changelog.rst``) is a
  stream-like timeline that plays well with source control & only requires one
  entry per change (even for changes that exist in multiple release lines).
* The output (when you have the extension installed and run your Sphinx build
  command) is a traditional looking changelog page with a section for every
  release; multi-release issues are copied automatically into each release.
* By default, feature and support issues are only displayed under feature
  releases, and bugs are only displayed under bugfix releases. This can be
  overridden on a per-issue basis.

Provides

Requires

License

BSD-2-Clause

Changelog

* Fri May 12 2023 Daniel Garcia <daniel.garcia@suse.com>
  - Delete migrate-to-pytest.patch
  - Delete remove-mock.patch
  - Add remove-icecream.patch
  - Update to 2.1.1:
    * [Bug]: Fix up an internal utility which monkeypatches a
      Sphinx/docutils internal, so that it accepts arbitrary args/kwargs
      instead of exploding on newer Sphinxes.
  - 2.0.1:
    * [Bug]: Fix up an internal utility which monkeypatches a
      Sphinx/docutils internal, so that it accepts arbitrary args/kwargs
      instead of exploding on newer Sphinxes.
  - 2.1.0:
    * [Feature]: Allow controlling the name of your development branch
      for source code links (eg “Next 1.x feature release” section
      headers) via the new releases_development_branch config option.
    * [Feature]: Add a new configuration setting,
      releases_supported_versions, allowing you to limit how many “Next
      1.x feature release” (or bugfix, etc) sections appear at the top
      of your changelog.
  - 2.0.0:
    * [Bug]: Don’t make tmpdirs in releases.util.make_app when being
      given explicit directory args.
    * [Bug]: Changelog transformation sometimes failed to occur when
      running under a ‘single HTML file’ Sphinx builder (eg singlehtml),
      which resulted in ‘unknown node’ errors. This has been fixed.
    * [Support]: Migrated the test suite to use pytest-relaxed (and thus
      pytest) instead of spec.
    * [Support]: Dropped support for Sphinx <4. We tried to support
      1.8+, but too many transitive dependencies have clearly “moved on”
      and cause various cells in the test matrix to fail hard.
    * [Support]: Dropped support for Python 2.7, Python 3.4, and Python
      3.5, to align slightly better with upstream (and ecosystem) EOLs.
    * [Support]: The releases_release_uri/releases_issue_uri settings
      now allow modern (.format/f-strings) string formatting, in
      addition to the old %s-based interpolation.
    * [Support]: Administrivia overhaul: enhanced README, packaging
      metadata cleaned up/expanded, CI moved to Circle-CI, renamed dev
      branch to main, and more besides.
* Fri Apr 21 2023 Dirk Müller <dmueller@suse.com>
  - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl <mcepl@suse.com>
  - Make calling of %{sle15modernpython} optional.
* Tue Apr 12 2022 Steve Kowalik <steven.kowalik@suse.com>
  - Add patch remove-mock.patch:
    * Use stdlib mock, not external mock.
  - Drop mock BuildRequires.
* Tue Dec 14 2021 Ben Greiner <code@bnavigator.de>
  - refresh migrate-to-pytest.patch: remove pytest-relaxed
* Mon Sep 13 2021 Steve Kowalik <steven.kowalik@suse.com>
  - Add patch migrate-to-pytest.patch:
    * Migrate to pytest, lightly rebased from upstream.
* Mon May 25 2020 Benjamin Greiner <code@bnavigator.de>
  - Restore semanticversioning.patch to allow semantic_version >= 2.7
    gh#bitprophet/releases#84
    gh#bitprophet/releases#86
  - remove color printout in tests
* Wed Mar 18 2020 Tomáš Chvátal <tchvatal@suse.com>
  - Update to 1.6.3:
    - :support:`87 backported` (via :issue:`88`) Our upper Sphinx version limit was
      mostly defensive and at this point is just too old to even build on
      ReadTheDocs successfully. Removed it for the time being. Thanks to José
      Sánchez-Gallego for the nudge and the patch.
    - :support:`84 backported` Pin us to ``semantic-version<2.7`` as they changed
      their APIs (...) in that version in a way that breaks us. We do not need
      anything they've added recently, so the conservative response is to just pin
      until we truly need to upgrade. Thanks to everyone who reported and submitted
      workarounds for this.
  - Drop merged patch semanticversioning.patch
* Tue Sep 17 2019 Tomáš Chvátal <tchvatal@suse.com>
  - Do not generate test subpackage
* Thu Sep 12 2019 Tomáš Chvátal <tchvatal@suse.com>
  - Add patch to fix build with new semantic versioning:
    * semanticversioning.patch

Files

/usr/lib/python3.10/site-packages/releases
/usr/lib/python3.10/site-packages/releases-2.1.1-py3.10.egg-info
/usr/lib/python3.10/site-packages/releases-2.1.1-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/releases-2.1.1-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/releases-2.1.1-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/releases-2.1.1-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/releases-2.1.1-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/releases/__init__.py
/usr/lib/python3.10/site-packages/releases/__pycache__
/usr/lib/python3.10/site-packages/releases/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/releases/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/releases/__pycache__/_version.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/releases/__pycache__/_version.cpython-310.pyc
/usr/lib/python3.10/site-packages/releases/__pycache__/line_manager.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/releases/__pycache__/line_manager.cpython-310.pyc
/usr/lib/python3.10/site-packages/releases/__pycache__/models.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/releases/__pycache__/models.cpython-310.pyc
/usr/lib/python3.10/site-packages/releases/__pycache__/util.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/releases/__pycache__/util.cpython-310.pyc
/usr/lib/python3.10/site-packages/releases/_version.py
/usr/lib/python3.10/site-packages/releases/line_manager.py
/usr/lib/python3.10/site-packages/releases/models.py
/usr/lib/python3.10/site-packages/releases/util.py
/usr/share/doc/packages/python310-releases
/usr/share/doc/packages/python310-releases/README.rst
/usr/share/licenses/python310-releases
/usr/share/licenses/python310-releases/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed May 1 23:23:10 2024