[ Все 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Проект python-nose-1.3.7-31.module+el8.10.0+290+0cb98707

Имя python-nose
Эпоха 0
Версия 1.3.7
Релиз 31.module+el8.10.0+290+0cb98707
Сайт https://nose.readthedocs.org/en/latest/
Лицензия LGPLv2+ and Public Domain
Время сборки 2024-05-24 13:26:53
Хост сборки builder-x86-04.inferitos.ru
Краткое описание Discovery-based unit test extension for Python
Репозитории AppStream
Полное описание nose extends the test loading and running features of unit test, making it easier to write, find and run tests. By default, nose will run tests in files or directories under the current working directory whose names include "test" or "Test" at a word boundary (like "test_this" or "functional_test" or "TestClass" but not "libtest"). Test output is similar to that of unit test, but also includes captured stdout output from failing tests, for easy print-style debugging. These features, and many more, are customizable through the use of plugins. Plugins included with nose provide support for doctest, code coverage and profiling, flexible attribute-based test selection, output capture and more.
Эррата INFSA-2024:2987
Module python27-2.7-8100020240524072658.82873163
× Full screenshot
Найдена 1 старая версия
Пакеты link
Пакет Краткое описание Контрольная сумма SHA-256
noarch
python-nose-docs-1.3.7-31.module+el8.10.0+290+0cb98707.noarch Nose Documentation 00a93d9219ebd3333bdf86a5503b747c7d85fcb49ac2ef3eb7b22d59e4410224 download
python2-nose-1.3.7-31.module+el8.10.0+290+0cb98707.noarch Nose Documentation 12346f6eb996ce3499af01835583601f9abb3cd95b1cc750f3ffabe6791250e5 download
src
python-nose-1.3.7-31.module+el8.10.0+290+0cb98707.src Discovery-based unit test extension for Python 52ce9e607c3058a5c9366cd7192d475708ccf4aaf0eacd77042c6fd98dd54205 download
История изменений link
* Wed Apr 03 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.3.7-31
- Rebuilt for MSVSphere 8.10 beta

* Fri Jul 30 2021 Tomas Orsava <torsava@redhat.com> - 1.3.7-31
- Adjusted the postun scriptlets to enable upgrading to RHEL 9
- Resolves: rhbz#1933055

* Thu Apr 25 2019 Tomas Orsava <torsava@redhat.com> - 1.3.7-30
- Bumping due to problems with modular RPM upgrade path
- Resolves: rhbz#1695587

* Thu Oct 04 2018 Lumír Balhar <lbalhar@redhat.com> - 1.3.7-29
- Fix alternatives - post and postun sections only with python3
- Resolves: rhbz#1633534

* Tue Oct 02 2018 Lumír Balhar <lbalhar@redhat.com> - 1.3.7-28
- Add alternatives for the executable and manpage
- Resolves: rhbz#1633534

* Wed Aug 15 2018 Lumír Balhar <lbalhar@redhat.com> - 1.3.7-27
- Remove nosetest-3 executable/manpage. This will be provided by python3 module.
- Resolves: rhbz#1615727

* Wed Aug 08 2018 Lumír Balhar <lbalhar@redhat.com> - 1.3.7-26
- Remove unversioned binaries from python2 subpackage
- Resolves: rhbz#1613343

* Tue Jul 31 2018 Lumír Balhar <lbalhar@redhat.com> - 1.3.7-25
- Make possible to disable python3 subpackage

* Wed Jul 18 2018 Tomas Orsava <torsava@redhat.com> - 1.3.7-24
- BuildRequire also python36-rpm-macros as part of the python36 module build

* Wed Jul 04 2018 Miro Hrončok <mhroncok@redhat.com> - 1.3.7-23
- Add a bcond for python2
- Build docs with python3 explicitly