Commit Graph
460897 Commits
Author SHA1 Message Date
Fabian AffolterandMartin Weinelt da8f2be23b python310Packages.container-inspector: fix invalid version specifier 2023-03-03 23:59:29 +01:00
Fabian AffolterandMartin Weinelt 678a43facb python310Packages.container-inspector: add changelog to meta 2023-03-03 23:59:29 +01:00
Fabian AffolterandMartin Weinelt 01a28f3c03 python310Packages.pip-requirements-parser: 32.0.0 -> 32.0.1
Diff: https://github.com/nexB/pip-requirements-parser/compare/refs/tags/v32.0.0...v32.0.1

Changelog: https://github.com/nexB/pip-requirements-parser/blob/v32.0.1/CHANGELOG.rst
2023-03-03 23:59:29 +01:00
Fabian AffolterandMartin Weinelt aa089f87a6 python310Packages.locationsharinglib: 4.1.8 -> 4.2.0
Changelog: https://github.com/costastf/locationsharinglib/blob/4.2.0/HISTORY.rst
2023-03-03 23:59:28 +01:00
Martin Weinelt 7c611f6ae1 python310Packages.django-celery-results: Fix build
The `tests_require` value violates setuptools' expectations.

error in django_celery_results setup command: 'tests_require' must be a
string or list of strings containing valid project/version requirement
specifiers; Expected end or semicolon (after name and no valid version
specifier)
2023-03-03 23:59:28 +01:00
Sandro JäckelandMartin Weinelt 7e757df663 python310Packages.flask-babel: fix build against babel 12.2.X
see https://github.com/python-babel/flask-babel/issues/221
and https://github.com/python-babel/flask-babel/pull/222
2023-03-03 23:59:28 +01:00
Sandro JäckelandMartin Weinelt a62338c549 rav1e: fix build
zlib.h header was missing and because of that compilation failed.
2023-03-03 23:59:28 +01:00
Robert SchützandMartin Weinelt 41b070bcbb python310Packages.markdown2: Use hash, add changelog 2023-03-03 23:58:21 +01:00
Robert SchützandMartin Weinelt 98d69d13c0 python310Packages.dropbox: fix build 2023-03-03 23:57:13 +01:00
Martin Weinelt a670d1d0cf python310Packages.prompt-toolkit: 3.0.37 -> 3.0.38
https://github.com/prompt-toolkit/python-prompt-toolkit/blob/3.0.38/CHANGELOG
2023-03-03 23:57:12 +01:00
Martin Weinelt 3f556b1401 python310Packages.flask-login: Fix tests by passing asgiref 2023-03-03 23:57:12 +01:00
Martin Weinelt 5f642aa439 pinnwand: Relax sqlalchemy constraint
Package test and integration tests are passing and I reported that
success story upstream.
2023-03-03 23:57:12 +01:00
Martin Weinelt ddb5c51aab python310Packages.pylint: 2.15.9 -> 2.16.2
https://github.com/PyCQA/pylint/releases/tag/v2.15.10
https://github.com/PyCQA/pylint/releases/tag/v2.16.0
https://github.com/PyCQA/pylint/releases/tag/v2.16.1
https://github.com/PyCQA/pylint/releases/tag/v2.16.2

The manpage now needs to be built with sphinx, but we lack certain
extensions like sphinx-reredirect.

The elisp minor mode files now live at
https://github.com/emacsorphanage/pylint.
2023-03-03 23:57:12 +01:00
Martin Weinelt 76e9a58615 python310Packages.aiopyarr: Substitute version value
Because setuptools has a stricter validation now, this started
breaking.

> setuptools.extern.packaging.version.InvalidVersion: Invalid version: 'master'
2023-03-03 23:57:12 +01:00
Martin Weinelt 7b8dbe2d73 python310Packages.numba: Backport support for numpy 1.24.x
This is a last ditch effort to keep numba working.
2023-03-03 23:57:12 +01:00
Martin Weinelt 6d34d4fe71 python310Packages.gruut: Relax networkx constraints 2023-03-03 23:57:12 +01:00
Martin Weinelt d337d7e1f4 hatch: Disable failing test 2023-03-03 23:57:12 +01:00
Martin Weinelt c04327690b python310Packages.databases: Mark broken with sqlalchemy>=2.0
The upstream indicated that they have no resources to develop support
themselves.
2023-03-03 23:57:12 +01:00
Sandro JäckelandMartin Weinelt 0485281706 python310Packages.babel: 2.11.0 -> 2.12.1 2023-03-03 23:57:12 +01:00
Gabriella GonzalezandMartin Weinelt cfefc5c537 python3Packages.curio: Fix Linux build
In one of our internal mass rebuilds at work we noticed this package
fail on Linux and the two tests that failed were exactly the ones that
had already been disabled on macOS, so this also disables them on
Linux.
2023-03-03 23:57:12 +01:00
Fabian AffolterandMartin Weinelt 5e465f988c python310Packages.pytest-httpx: add changelog to meta 2023-03-03 23:57:11 +01:00
Fabian AffolterandMartin Weinelt 4077e26ae6 python310Packages.rich: add changelog to meta 2023-03-03 23:57:11 +01:00
Fabian AffolterandMartin Weinelt c1e0ffb09c python310Packages.pytest-localserver: add changelog to meta 2023-03-03 23:57:11 +01:00
Fabian AffolterandMartin Weinelt 1d0870247c python310Packages.pythonfinder: add pythonImportsCheck 2023-03-03 23:57:11 +01:00
Fabian AffolterandMartin Weinelt 41c6f9bd89 python310Packages.pythonfinder: add changelog to meta 2023-03-03 23:57:11 +01:00
Fabian AffolterandMartin Weinelt 33bd90d82c python310Packages.zarr: switch to pytestCheckHook
- add pythonImportsCheck
2023-03-03 23:57:11 +01:00
Fabian AffolterandMartin Weinelt ab6528f300 python310Packages.zarr: update disabled and add format 2023-03-03 23:57:11 +01:00
Fabian AffolterandMartin Weinelt b3f1d3553d python310Packages.zarr: add changelog to meta 2023-03-03 23:57:11 +01:00
Fabian AffolterandMartin Weinelt 2c4a6a384b python310Packages.tifffile: update disabled 2023-03-03 23:57:11 +01:00
Fabian AffolterandMartin Weinelt d0d6c2eddb python310Packages.tifffile: add changelog to meta 2023-03-03 23:57:11 +01:00
Fabian AffolterandMartin Weinelt 020c62dd37 python310Packages.snitun: disable on unsupported Python releases 2023-03-03 23:57:11 +01:00
Fabian AffolterandMartin Weinelt f158cca1b8 python310Packages.snitun: add changelog to meta 2023-03-03 23:57:10 +01:00
Fabian AffolterandMartin Weinelt 164e1f1603 python310Packages.requests_ntlm: normalize pname 2023-03-03 23:57:10 +01:00
Fabian AffolterandMartin Weinelt cb1e67b7fc python310Packages.yamllint: update disabled 2023-03-03 23:57:10 +01:00
Fabian AffolterandMartin Weinelt f4234c111e python310Packages.yamllint: add changelog to meta 2023-03-03 23:57:10 +01:00
Fabian AffolterandMartin Weinelt 321d467334 python310Packages.tabledata: add changelog to meta 2023-03-03 23:57:10 +01:00
Fabian AffolterandMartin Weinelt 4133900983 python310Packages.moto: add changelog to meta 2023-03-03 23:57:10 +01:00
Fabian AffolterandMartin Weinelt 61fd991e62 python310Packages.send2trash: add changelog to meta 2023-03-03 23:57:10 +01:00
Fabian AffolterandMartin Weinelt bf960201d0 python310Packages.requests_ntlm: add changelog to meta 2023-03-03 23:57:10 +01:00
Martin Weinelt c23ab90300 python310Packages.send2trash: Fix setup.cfg validation confusion 2023-03-03 23:57:10 +01:00
Martin Weinelt fcd58ef58a python310Packages.numcodecs: Disable failing tests
These started failing with numpy 1.24.
2023-03-03 23:57:10 +01:00
Martin Weinelt 4aee441af7 python310Packages.kombu: Drop faulty version specifier in requirements
> Executing setuptoolsBuildPhase
> /nix/store/9z2cm958bxarf7n5i48czm7p7lwf9s58-python3.10-setuptools-67.4.0/lib/python3.10/site-packages/setuptools/config/setupcfg.py:520: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead.
>   warnings.warn(msg, warning_class)
> error in kombu setup command: 'tests_require' must be a string or list of strings containing valid project/version requirement specifiers; Expected end or semicolon (after name and no valid version specifier)
>     pytz>dev
>         ^
2023-03-03 23:57:10 +01:00
Martin Weinelt 2a04f99b8b python310Packages.readme_renderer: Disable failing tests
Likely due to pygments 2.14.0 incompatibiliy. Reported upstream.
2023-03-03 23:57:09 +01:00
Martin Weinelt b8561e8d1d python310Packages.watchdog: Disable failing test on aarch64
```
__________________________________ test_close __________________________________

    @pytest.mark.skipif(not platform.is_linux(), reason="FileCloseEvent only supported in GNU/Linux")
    @pytest.mark.flaky(max_runs=5, min_passes=1, rerun_filter=rerun_filter)
    def test_close():
        f_d = open(p('a'), 'a')
        start_watching()
        f_d.close()

        # After file creation/open in append mode
        event = event_queue.get(timeout=5)[0]
        assert event.src_path == p('a')
        assert isinstance(event, FileClosedEvent)

        event = event_queue.get(timeout=5)[0]
        assert os.path.normpath(event.src_path) == os.path.normpath(p(''))
        assert isinstance(event, DirModifiedEvent)

        # After read-only, only IN_CLOSE_NOWRITE is emitted but not caught for now #747
        open(p('a'), 'r').close()

>       assert event_queue.empty()
E       assert False
E        +  where False = <bound method Queue.empty of <queue.Queue object at 0xfffff5a96170>>()
E        +    where <bound method Queue.empty of <queue.Queue object at 0xfffff5a96170>> = <queue.Queue object at 0xfffff5a96170>.empty

event      = <DirModifiedEvent: event_type=modified, src_path='/build/tmp99ozlcxp', is_directory=True>
f_d        = <_io.TextIOWrapper name='/build/tmp99ozlcxp/a' mode='a' encoding='UTF-8'>

tests/test_emitter.py:153: AssertionError
```
2023-03-03 23:57:09 +01:00
Martin Weinelt f87e47b01a grpc: 1.51.1 -> 1.51.2
https://github.com/grpc/grpc/releases/tag/v1.52.1
2023-03-03 23:57:09 +01:00
Martin Weinelt 06145517c0 home-assistant: Relax pip, voluptuous-serialize, override sqlalchemy 2023-03-03 23:57:09 +01:00
Sandro JäckelandMartin Weinelt 606b753724 python310Packages.flask-limiter: normalize pname, complete meta 2023-03-03 23:57:09 +01:00
Sandro JäckelandMartin Weinelt 3da64a7147 python310Packages.daiquiri: init at 3.2.1 2023-03-03 23:57:09 +01:00
Sandro JäckelandMartin Weinelt 33a64eb430 pifpaf: init at 3.1.5 2023-03-03 23:57:09 +01:00
Sandro JäckelandMartin Weinelt 294cb16d78 python310Packages.pysaml2: 7.2.1 -> 7.4.1 2023-03-03 23:57:09 +01:00