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

python-nose2-doc-0.14.1-2.fc40 RPM for noarch

From Fedora Rawhide for s390x / p

Name: python-nose2-doc Distribution: Fedora Project
Version: 0.14.1 Vendor: Fedora Project
Release: 2.fc40 Build date: Mon Jan 29 16:32:00 2024
Group: Unspecified Build host: buildvm-x86-14.iad2.fedoraproject.org
Size: 567698 Source RPM: python-nose2-0.14.1-2.fc40.src.rpm
Packager: Fedora Project
Url: https://nose2.io/
Summary: Documentation for python-nose2
nose2 is the successor to nose.

It’s unittest with plugins.

nose2’s purpose is to extend unittest to make testing nicer and easier to
understand.

Provides

Requires

License

BSD-2-Clause AND BSD-3-Clause

Changelog

* Mon Jan 29 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.14.1-2
  - Stop installing the tests
* Mon Jan 29 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.14.1-1
  - Update to 0.14.1 (close RHBZ#2260807)
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.0-8
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.0-7
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Dec 22 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0.14.0-6
  - Fix test reporter output in Python 3.12.1 and later
* Mon Dec 18 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0.14.0-5
  - Assert that %pyproject_files contains a license file
* Mon Dec 18 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0.14.0-4
  - Skip test_skip_reason_in_message on Python 3.12.1 and later
* Thu Oct 26 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0.14.0-3
  - Skip test_skip_reason_in_message on Python 3.13+ (close RHBZ#2246281)
* Thu Oct 05 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0.14.0-2
  - Revert "Temporarily skip tests failing with Python 3.12.0b2"
* Thu Oct 05 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0.14.0-1
  - Update to 0.14.0 (close RHBZ#2242286)
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.0-8
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Tue Jul 11 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0.13.0-7
  - Remove shebangs from non-script sources
* Tue Jul 11 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0.13.0-6
  - When PDF docs are disabled, omit the -doc subpackage
  - Do not package contributing.rst, which is about interacting with the
    upstream project.
* Fri Jul 07 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0.13.0-5
  - Use new (rpm 4.17.1+) bcond style
* Mon Jun 19 2023 Tomáš Hrnčiar <thrnciar@redhat.com> - 0.13.0-4
  - Temporarily skip tests failing with Python 3.12.0b2
* Sat Jun 17 2023 Miro Hrončok <miro@hroncok.cz> - 0.13.0-3
  - Workaround SPECPARTS dir leaking to setuptools package discovery
* Wed Jun 14 2023 Python Maint <python-maint@redhat.com> - 0.13.0-2
  - Rebuilt for Python 3.12
* Sun Apr 30 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0.13.0-1
  - Update to 0.13.0 (close RHBZ#2192205)
* Fri Mar 17 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0.12.0-4
  - Don’t assume %_smp_mflags is -j%_smp_build_ncpus
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.0-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Thu Nov 24 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.12.0-2
  - Update License to SPDX
* Sat Jul 23 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.12.0-1
  - Update to 0.12.0 (close RHBZ#2107926)
  - The nose2-%%{python3_version} command, e.g. nose2-3.11, is removed.
  - De-vendor six, which upstream has vendored.
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.0-11
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Thu Jul 07 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.11.0-10
  - Fix extra newline in description
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.11.0-9
  - Rebuilt for Python 3.11
* Wed Jun 08 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.11.0-8
  - Small typo fix in the man page
* Mon Jun 06 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.11.0-7
  - A few dependency fixes
  - Drop versioning on sphinx dependency (matching backported commit fb770f4)
  - Drop spurious sphinx-issues BR
  - Stop generating unwanted BR’s from the “dev” extra via tox
* Sun Jun 05 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.11.0-6
  - Add a man page
* Sun Jun 05 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.11.0-5
  - Build Sphinx documentation as a PDF
  - Package from the GitHub archive instead of the PyPI sdist
  - Add a -doc subpackage
  - Use tox for running tests
* Sun Jun 05 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.11.0-4
  - Port to pyproject-rpm-macros
  - Add metapackage for coverage_plugin extra
  - Update upstream URL
  - Hardlink identical entry point scripts
* Mon May 16 2022 Tomáš Hrnčiar <thrnciar@redhat.com> - 0.11.0-1
  - Update to 0.11.0

Files

/usr/share/doc/python-nose2-doc
/usr/share/doc/python-nose2-doc/AUTHORS
/usr/share/doc/python-nose2-doc/README.rst
/usr/share/doc/python-nose2-doc/changelog.rst
/usr/share/doc/python-nose2-doc/nose2.pdf
/usr/share/licenses/python-nose2-doc
/usr/share/licenses/python-nose2-doc/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 30 02:05:04 2024