65 Commits

Author SHA1 Message Date
jinqiang zhang aa618ab186 disable test 2026-03-02 18:11:11 +08:00
Karolina Surma 65dfddcee3 Fix compatibility with Sphinx 9+ 2026-02-12 09:31:53 +01:00
Fedora Release Engineering 4791038f5d Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild 2026-01-17 09:57:02 +00:00
Python Maint bae9b54cde Rebuilt for Python 3.14.0rc3 bytecode 2025-09-19 14:29:53 +02:00
Python Maint be980d7523 Rebuilt for Python 3.14.0rc2 bytecode 2025-08-15 14:54:59 +02:00
Fedora Release Engineering 7502779cea Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-25 10:34:46 +00:00
Python Maint f565451a95 Rebuilt for Python 3.14 2025-06-05 00:32:31 +02:00
Fedora Release Engineering c1497aa6ed Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-18 19:41:08 +00:00
Fedora Release Engineering 7571993481 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild 2024-07-19 16:08:48 +00:00
Python Maint 81d5ecc94b Rebuilt for Python 3.13 2024-06-09 16:34:47 +02:00
Miro Hrončok 1c5506f241 Convert to %autorelease and %autochangelog
[skip changelog]
2024-02-06 15:27:23 +01:00
Karolina Surma 49a95bf859 Define the whoosh extra for the package 2024-02-06 12:43:13 +01:00
Karolina Surma e3633f761d Change the URL to point to the code repository 2024-02-06 12:43:13 +01:00
Karolina Surma 19f5b182e6 Don't enumerate the Source anymore 2024-02-06 12:43:13 +01:00
Karolina Surma 4fc8732741 Remove the obsolete %{python_provide} macro 2024-02-06 12:43:13 +01:00
Karolina Surma 3ff1704c0f Declare the license as an SPDX expression
In the unpacked sources:
$ askalono crawl .
./LICENSE
License: BSD-2-Clause (original text)
Score: 0.947
2024-02-06 12:42:08 +01:00
Karolina Surma 4c850b292c Expand the %pypi_name macro
The package name doesn't change so it makes little sense to macronize it
2024-01-30 16:55:31 +01:00
Karolina Surma b21c7f28f1 Update to 1.2.7
- Don't list BuildRequires manually, they can be generated automatically
- Run tests with %tox, which is what upstream does
2024-01-30 16:55:06 +01:00
Fedora Release Engineering 42686f583f Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-26 11:06:28 +00:00
Fedora Release Engineering 361c00b155 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-22 07:36:41 +00:00
Fedora Release Engineering f027346b3c Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-07-21 14:24:56 +00:00
Python Maint e94b009c33 Rebuilt for Python 3.12 2023-07-03 14:02:54 +02:00
Python Maint 0d7cfba279 Bootstrap for Python 3.12 2023-06-14 06:25:58 +02:00
Fedora Release Engineering 2b2cde723c Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-01-20 17:35:47 +00:00
Fedora Release Engineering 59107f6c44 Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-07-22 22:36:10 +00:00
Python Maint cea142fda9 Rebuilt for Python 3.11 2022-06-14 14:02:06 +02:00
Python Maint ad32d18f0a Bootstrap for Python 3.11 2022-06-13 18:22:23 +02:00
Fedora Release Engineering 5391342862 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-01-21 15:45:37 +00:00
Fedora Release Engineering 24524eb160 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-07-23 09:43:30 +00:00
Python Maint 4ecce9f8e5 Rebuilt for Python 3.10 2021-06-04 19:45:28 +02:00
Python Maint b440730c4f Bootstrap for Python 3.10 2021-06-03 12:58:08 +02:00
Miro Hrončok 2c53ee3603 Don't skip all tests when building without optional tests
Print the reason for skipped tests instead.
2021-05-12 14:50:50 +02:00
Tomas Hrnciar 5df9f91cbe Add bcond to disable optional tests during bootstrap 2021-05-12 12:55:13 +02:00
Miro Hrončok 121c463aac Use %pytest and be verbose, to display reason for skip
Examples:

    tests/test_searchadapters.py::test_xapian SKIPPED (needs sqlalchemy)     [  7%]
    tests/test_searchadapters.py::test_whoosh SKIPPED (needs sqlalchemy)     [ 15%]
    tests/test_websupport.py::test_no_srcdir PASSED                          [ 23%]
    tests/test_websupport.py::test_build SKIPPED (needs sqlalchemy)          [ 30%]
    tests/test_websupport.py::test_get_document SKIPPED (needs sqlalchemy)   [ 38%]
    tests/test_websupport.py::test_comments SKIPPED (needs sqlalchemy)       [ 46%]
    tests/test_websupport.py::test_user_delete_comments SKIPPED (needs s...) [ 53%]
    tests/test_websupport.py::test_moderation SKIPPED (needs sqlalchemy)     [ 61%]
    tests/test_websupport.py::test_moderator_delete_comments SKIPPED (ne...) [ 69%]
    tests/test_websupport.py::test_update_username SKIPPED (needs sqlalc...) [ 76%]
    tests/test_websupport.py::test_proposals SKIPPED (needs sqlalchemy)      [ 84%]
    tests/test_websupport.py::test_voting SKIPPED (needs sqlalchemy)         [ 92%]
    tests/test_websupport.py::test_differ PASSED                             [100%]

    tests/test_searchadapters.py::test_xapian SKIPPED (needs xapian bind...) [  7%]
    tests/test_searchadapters.py::test_whoosh SKIPPED (needs whoosh pack...) [ 15%]
    tests/test_websupport.py::test_no_srcdir PASSED                          [ 23%]
    tests/test_websupport.py::test_build PASSED                              [ 30%]
    tests/test_websupport.py::test_get_document PASSED                       [ 38%]
    tests/test_websupport.py::test_comments PASSED                           [ 46%]
    tests/test_websupport.py::test_user_delete_comments PASSED               [ 53%]
    tests/test_websupport.py::test_moderation PASSED                         [ 61%]
    tests/test_websupport.py::test_moderator_delete_comments PASSED          [ 69%]
    tests/test_websupport.py::test_update_username PASSED                    [ 76%]
    tests/test_websupport.py::test_proposals PASSED                          [ 84%]
    tests/test_websupport.py::test_voting PASSED                             [ 92%]
    tests/test_websupport.py::test_differ PASSED                             [100%]
2021-03-11 18:09:40 +01:00
Miro Hrončok 5d8cd6c44c Update runtime and buildtime dependencies
- mock is not used at all
- xapian is an optional test dependency (like sqlalchemy and whoosh)
- six is only used in tests
2021-03-10 18:41:29 +01:00
Fedora Release Engineering f24848b860 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-01-27 13:37:05 +00:00
Miro Hrončok 1821af5112 Update to 1.2.4 2020-08-18 23:50:18 +02:00
Fedora Release Engineering 17ee4e925b - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-07-29 04:05:39 +00:00
Miro Hrončok 26e5815be4 Rebuilt for Python 3.9 2020-05-23 09:14:46 +02:00
Javier Pena 2177541d27 Update to upstream 1.2.1 (bz#1823520) 2020-04-14 10:29:17 +02:00
Fedora Release Engineering c0c2d2762b - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-01-30 15:33:13 +00:00
Miro Hrončok f941818a4b Rebuilt for Python 3.8.0rc1 (#1748018) 2019-10-03 14:31:57 +02:00
Miro Hrončok 56984b7174 Rebuilt for Python 3.8 2019-08-16 15:21:49 +02:00
Miro Hrončok fa1711963b Workaround import mishmash in %check
The namespace sphinxcontrib package made this problematic,
because the package in $pwd was not namespace, but regular.

Alternatively, sphinxcontrib/__init__.py could have been deleted,
but not in %prep, because the package does not install without it.

This solution makes sure we are testing what we are shipping.

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1733681
2019-07-27 12:39:05 +02:00
Fedora Release Engineering 2ed31f5a40 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-26 16:29:46 +00:00
Miro Hrončok 10992d0440 Revert a dirty workaround, fixed properly in sphinxcontrib-serializinghtml 1.1.3 2019-05-20 14:34:14 +02:00
Miro Hrončok 1a66445027 Update to 1.1.2 (#1711650) 2019-05-20 14:21:57 +02:00
Miro Hrončok 210523a9d1 Update to 1.1.1.dev20190321 (#1691429), support Sphinx 2.0 (#1690793) 2019-03-27 13:14:54 +01:00
Miro Hrončok 85aae8a86d Revert "Skip the tests for now to get rid of python2-sphinxcontrib-websupport"
This reverts commit a3e0f050af.
2019-03-11 17:47:30 +01:00
Miro Hrončok a3e0f050af Skip the tests for now to get rid of python2-sphinxcontrib-websupport 2019-03-11 17:37:57 +01:00