Commit Graph

19683 Commits

Author SHA1 Message Date
Peter Müller
e87bc0b456 Postfix: Update to 3.7.3
This is an urgent bugfix release, see
https://www.postfix.org/announcements/postfix-3.7.3.html for its
announcement.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2022-11-18 14:38:17 +00:00
Peter Müller
8a0be2033f Tor: Disable SOCKS port if unused
Fixes: #11780
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2022-11-18 14:37:55 +00:00
Arne Fitzenreiter
ad73008393 memtest: update to memtest86+ v6.00
This is now a version 64bit version that can also boot via efi.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2022-11-18 14:37:25 +00:00
Peter Müller
39d6705063 Core Update 172: Fix menu.d file permissions
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2022-11-18 13:38:29 +00:00
Peter Müller
c8274d4cfa configroot: menu.d files do not have to be writable by "nobody"
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2022-11-18 13:37:51 +00:00
Peter Müller
eae0cb549a Core Update 172: Fix permissions of some library files
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2022-11-18 13:35:17 +00:00
Peter Müller
362c5537af Ensure /var/ipfire/updatexlrator/updxlrator-lib.pl is not writable by "nobody"
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2022-11-18 13:33:45 +00:00
Peter Müller
3135e76ea1 configroot: Ensure connscheduler/lib.pl is not writable by "nobody"
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2022-11-18 13:29:10 +00:00
Peter Müller
a26967c4b7 Tor: Update to 0.4.7.11
Please refer to https://gitlab.torproject.org/tpo/core/tor/-/raw/release-0.4.7/ReleaseNotes
for this versions' release notes.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2022-11-18 12:31:56 +00:00
Leo-Andres Hofmann
32fcdf45e4 Rename misleading "check filesystem" reboot option
Some users assume that "check filesystem" does more than
just trigger a simple "fsck" run. This patch changes the
button label to avoid confusion.

Signed-off-by: Leo-Andres Hofmann <hofmann@leo-andres.de>
Reviewed-by: Bernhard Bitsch <bbitsch@ipfire.org>
2022-11-18 12:31:35 +00:00
Peter Müller
d41f25bd96 Python3: Update 32-bit ARM rootfile
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2022-11-18 12:30:56 +00:00
Peter Müller
508b2dda8a python3-msgpack: Fix architecture placeholder in rootfile
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2022-11-10 20:46:03 +00:00
Peter Müller
4808c03710 Core Update 172 requires a reboot
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2022-11-10 15:26:28 +00:00
Peter Müller
f9ab4c432a Core Update 172: Ship Python 3.10.8 and related changes
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2022-11-10 15:26:00 +00:00
Adolf Belka
f6afaf5625 iotop: Modified rootfile with python-3.10.8
- rootfile for iotop is significantly different with python-3.10.8 compared to 3.10.1
   Many entries now missing and iotop placed in bin instead of sbin despite source tarball
   setup.py having a "dirty hack to make sure iotop is installed in sbin instead of bin"
- Added lines to lfs to move iotop from /bin to /sbin
- Tested iotop out with python-3.10.8 installed vm system and it worked without any
   problems, the same as the existing version running with python-3.10.1

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2022-11-10 15:13:54 +00:00
Adolf Belka
b92ee93205 libplist: Update rootfile for operation with python-3.10.8
- With python-3.10.8 the plist.so is no longer available in the site packages.
   libplist libraries are still available.
- libplist is only used as a dependency for shairport-sync
   Tested by installing shairport-sync and starting/stopping it. Started and stopped
   successfully without any error messages. This would suggest that the libplist
   libraries are probably being picked up successfully. Cannot test properly as I have
   no Apple/iOS or related products.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2022-11-10 15:13:54 +00:00
Adolf Belka
0bae316983 python3-flit:Modify lfs to work with python-3.10.8
- The change to python-3.10.8 caused the rootfile to have temp build files from /root/.cache
   to be included in it. Added commands to remove these temp build files so they were not
   included to the rootfile.

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2022-11-10 15:13:54 +00:00
Adolf Belka
d9a6af2841 python3-urllib3:Update to version 1.26.12 and to work with python-3.10.8
- Updated from version 1.26.9 to 1.26.12
- Update of rootfile
- Changelog
    1.26.12 (2022-08-22)
	* Deprecated the `urllib3[secure]` extra and the `urllib3.contrib.pyopenssl` module.
	  Both will be removed in v2.x. See this `GitHub issue <https://github.com/urllib3/urllib3/issues/2680>`_
	  for justification and info on how to migrate.
    1.26.11 (2022-07-25)
	* Fixed an issue where reading more than 2 GiB in a call to ``HTTPResponse.read`` would
	  raise an ``OverflowError`` on Python 3.9 and earlier.
    1.26.10 (2022-07-07)
	* Removed support for Python 3.5
	* Fixed an issue where a ``ProxyError`` recommending configuring the proxy as HTTP
	  instead of HTTPS could appear even when an HTTPS proxy wasn't configured.

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2022-11-10 15:13:54 +00:00
Adolf Belka
03446e1efb python3-typing_extensions:Update to version 4.4.0 and to work with python-3.10.8
- Updated from version 4.1.1 to 4.4.0
- Update of rootfile
- Changelog
    # Release 4.4.0 (October 6, 2022)
	- Add `typing_extensions.Any` a backport of python 3.11's Any class which is
	  subclassable at runtime. (backport from python/cpython#31841, by Shantanu
	  and Jelle Zijlstra). Patch by James Hilton-Balfe (@Gobot1234).
	- Add initial support for TypeVarLike `default` parameter, PEP 696.
	  Patch by Marc Mueller (@cdce8p).
	- Runtime support for PEP 698, adding `typing_extensions.override`. Patch by
	  Jelle Zijlstra.
	- Add the `infer_variance` parameter to `TypeVar`, as specified in PEP 695.
	  Patch by Jelle Zijlstra.
    # Release 4.3.0 (July 1, 2022)
	- Add `typing_extensions.NamedTuple`, allowing for generic `NamedTuple`s on
	  Python <3.11 (backport from python/cpython#92027, by Serhiy Storchaka). Patch
	  by Alex Waygood (@AlexWaygood).
	- Adjust `typing_extensions.TypedDict` to allow for generic `TypedDict`s on
	  Python <3.11 (backport from python/cpython#27663, by Samodya Abey). Patch by
	  Alex Waygood (@AlexWaygood).
    # Release 4.2.0 (April 17, 2022)
	- Re-export `typing.Unpack` and `typing.TypeVarTuple` on Python 3.11.
	- Add `ParamSpecArgs` and `ParamSpecKwargs` to `__all__`.
	- Improve "accepts only single type" error messages.
	- Improve the distributed package. Patch by Marc Mueller (@cdce8p).
	- Update `typing_extensions.dataclass_transform` to rename the
	  `field_descriptors` parameter to `field_specifiers` and accept
	  arbitrary keyword arguments.
	- Add `typing_extensions.get_overloads` and
	  `typing_extensions.clear_overloads`, and add registry support to
	  `typing_extensions.overload`. Backport from python/cpython#89263.
	- Add `typing_extensions.assert_type`. Backport from bpo-46480.
	- Drop support for Python 3.6. Original patch by Adam Turner (@AA-Turner).

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2022-11-10 15:13:54 +00:00
Adolf Belka
da165e095a python3-trio:Update to version 0.22.0 and to work with python-3.10.8
- Updated from version 0.21.0 to 0.22.0
- Update of rootfile
- No changelog found in source tarball or other location

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2022-11-10 15:13:54 +00:00
Adolf Belka
ba9c2b56ac python3-sniffio:Update to version 1.3.0 and to work with python-3.10.8
- Updated from version 1.2.0 to 1.3.0
- Update of rootfile
- No changelog found in source tarball or other location

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2022-11-10 15:13:53 +00:00
Adolf Belka
e4eb9f80fe python3-setuptools:Update to version 65.4.1 and to work with python-3.10.8
- Updated from version 62.0.0 to 65.4.1
- Update of rootfile
- Changelog is too large to include here. Details can be found in the CHANGES.rst file
   in the source tarball. Most of the changes are bug fixes

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2022-11-10 15:13:53 +00:00
Adolf Belka
10d3e010fd python3-semantic_version:Update to version 2.10.0 and to work with python-3.10.8
- Updated from version 2.9.0 to 2.10.0
- Update of rootfile
- Changelog
    2.10.0 (2022-05-26)
	*New:*
	    * `132 <https://github.com/rbarrois/python-semanticversion/issues/132>`_:
	      Ensure sorting a collection of versions is always stable, even with
	      build metadata.

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2022-11-10 15:13:53 +00:00
Adolf Belka
9976d905ab python3-s3transfer:Update to version 0.6.0 and to work with python-3.10.8
- Updated from version 0.5.2 to 0.6.0
- Update of rootfile- No changelog found in source tarball or other location

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2022-11-10 15:13:53 +00:00
Adolf Belka
4c97d1c23c python3-rsa:Update to version 4.9 and to work with python-3.10.8
- Updated from version 4.8 to 4.9
- Update of rootfile
- Changelog
    ## Version 4.9 - release 2022-07-20
	- Remove debug logging from `rsa/key.py`
	  ([#194](https://github.com/sybrenstuvel/python-rsa/issues/194)).
	- Remove overlapping slots in `PrivateKey` and `PublicKey`.
	  ([#189](https://github.com/sybrenstuvel/python-rsa/pull/189)).
	- Do not include CHANGELOG/LICENSE/README.md in wheel
	  ([#191](https://github.com/sybrenstuvel/python-rsa/pull/191)).
	- Fixed Key Generation Unittest: Public and Private keys are assigned the wrong way around
	  ([#188](https://github.com/sybrenstuvel/python-rsa/pull/188)).

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2022-11-10 15:13:53 +00:00
Adolf Belka
8b54edabe1 python3-requests:Update to version 2.28.1 and to work with python-3.10.8
- Updated from version 2.27.1 to 2.28.1
- Update of rootfile
- Changelog
    2.28.1 (2022-06-29)
	**Improvements**
		- Speed optimization in `iter_content` with transition to `yield from`. (#6170)
	**Dependencies**
		- Added support for chardet 5.0.0 (#6179)
		- Added support for charset-normalizer 2.1.0 (#6169)
    2.28.0 (2022-06-09)
	**Deprecations**
		- ⚠️ Requests has officially dropped support for Python 2.7. ⚠️ (#6091)
		- Requests has officially dropped support for Python 3.6 (including pypy3.6). (#6091)
	**Improvements**
		- Wrap JSON parsing issues in Request's JSONDecodeError for payloads without
		  an encoding to make `json()` API consistent. (#6097)
		- Parse header components consistently, raising an InvalidHeader error in
		  all invalid cases. (#6154)
		- Added provisional 3.11 support with current beta build. (#6155)
		- Requests got a makeover and we decided to paint it black. (#6095)
	**Bugfixes**
		- Fixed bug where setting `CURL_CA_BUNDLE` to an empty string would disable
		  cert verification. All Requests 2.x versions before 2.28.0 are affected. (#6074)
		- Fixed urllib3 exception leak, wrapping `urllib3.exceptions.SSLError` with
		  `requests.exceptions.SSLError` for `content` and `iter_content`. (#6057)
		- Fixed issue where invalid Windows registry entires caused proxy resolution
		  to raise an exception rather than ignoring the entry. (#6149)
		- Fixed issue where entire payload could be included in the error message for
		  JSONDecodeError. (#6036)

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2022-11-10 15:13:53 +00:00
Adolf Belka
363bdb9c62 python3-pytz:Update to version 2022.4 and to work with python-3.10.8
- Updated from version 2022.1 to 2022.4
- Update of rootfile
- Changelog
   2022.4
      An update to pytz has been released, containing the IANA 2022d timezone database.
       There are no code changes.

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2022-11-10 15:13:53 +00:00
Adolf Belka
6a4a621edb python3-pyparsing:Update to version 3.0.9 and to work with python-3.10.8
- Updated from version 3.0.7 to 3.0.9
- Update of rootfile
- Changelog
    Version 3.0.9 -
	- Added Unicode set `BasicMultilingualPlane` (may also be referenced
	  as `BMP`) representing the Basic Multilingual Plane (Unicode
	  characters up to code point 65535). Can be used to parse
	  most language characters, but omits emojis, wingdings, etc.
	  Raised in discussion with Dave Tapley (issue #392).
	- To address mypy confusion of `pyparsing.Optional` and `typing.Optional`
	  resulting in `error: "_SpecialForm" not callable` message
	  reported in issue #365, fixed the import in exceptions.py. Nice
	  sleuthing by Iwan Aucamp and Dominic Davis-Foster, thank you!
	  (Removed definitions of `OptionalType`, `DictType`, and `IterableType`
	  and replaced them with `typing.Optional`, `typing.Dict`, and
	  `typing.Iterable` throughout.)
	- Fixed typo in jinja2 template for railroad diagrams, thanks for the
	  catch Nioub (issue #388).
	- Removed use of deprecated `pkg_resources` package in
	  railroad diagramming code (issue #391).
	- Updated bigquery_view_parser.py example to parse examples at
	  https://cloud.google.com/bigquery/docs/reference/legacy-sql

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2022-11-10 15:13:53 +00:00
Adolf Belka
87eb5329b2 python3-pyfuse3:Update to version 3.2.2 and to work with python-3.10.8
- Updated from version 3.2.1 to 3.2.2
- Version 3.2.2 is a cythonised version of 3.2.1 resulting in no longer requiring Cython
- Update of rootfile
- Changelog
    Release 3.2.2 (2022-09-28)
	* remove support for python 3.5 (broken, out of support by python devs)
	* cythonize with latest Cython 0.29.x (brings Python 3.11 support)
	* use github actions for CI, remove travis-ci
	* update README: minimal maintenance, not developed
	* update setup.py with tested python versions
	* examples/tmpfs.py: work around strange kernel behaviour (calling SETATTR after
	  UNLINK of a (not open) file): respond with ENOENT instead of crashing.

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2022-11-10 15:13:53 +00:00
Adolf Belka
8d2347138b python3-msgpack:Update to version 1.0.4 and to work with python-3.10.8
- Updated from version 1.0.3 to 1.0.4
- Update of rootfile
- No changelog found in source tarball or other location

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2022-11-10 15:13:53 +00:00
Adolf Belka
e0423d2bf8 python3-jmespath:Update to version 1.0.1 and to work with python-3.10.8
- Updated from version 1.0.0 to 1.0.1
- Update of rootfile
- No changelog found in source tarball or other location

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2022-11-10 15:13:53 +00:00
Adolf Belka
3b2dec125e python3-idna:Update to version 3.4 and to work with python-3.10.8
- Updated from version 3.3 to 3.4
- Update of rootfile
- Changelog
    3.4 (2022-09-14)
	- Update to Unicode 15.0.0
	- Migrate to pyproject.toml for build information (PEP 621)
	- Correct another instance where generic exception was raised instead of
	  IDNAError for malformed input
	- Source distribution uses zeroized file ownership for improved
	  reproducibility

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2022-11-10 15:13:53 +00:00
Adolf Belka
044c371cc2 python3-docutils:Update to version 0.19 and to work with python-3.10.8
- Updated from version 0.18.1 to 0.19
- Update of rootfile
- Changelog
    Release 0.19 (2022-07-05)
	* General
	  - Dropped support for Python 2.7, 3.5, and 3.6. and removed compatibility
	    hacks from code and tests.
	  - Code cleanup,
	    check PEP 8 conformity with `flake8` (exceptions in file tox.ini).
	* docutils/__main__.py
	  - New module. Support for ``python -m docutils``.
	    Also used for the ``docutils`` console script `entry point`.
	* docutils/core.py:
	  - Let `Publisher.publish()` print info and prompt when waiting for input
	    from a terminal (cf. https://clig.dev/#interactivity).
	  - Respect "input_encoding_error_handler" setting when opening a source.
	* docutils/io.py
	  - New function `error_string()`
	    obsoletes `utils.error_reporting.ErrorString`.
	  - Class `ErrorOutput` moved here from `utils/error_reporting`.
	  - Use "utf-8-sig" instead of Python's default encoding if the
	    "input_encoding" setting is None.
	  - Fix error when reading of UTF-16 encoded source without trailing newline.
	* docutils/parsers/__init__.py
	  - Aliases "markdown" and "commonmark" point to "commonmark_wrapper".
	  - Alias for the "myst" parser (https://pypi.org/project/myst-docutils).
	  - Use absolute module names in `_parser_aliases` instead of two
	    import attempts. (Keeps details if the `recommonmark_wrapper.py` module
	    raises an ImportError.)
	  - Prepend parser name to ImportError if importing a parser class fails.
	* docutils/parsers/commonmark_wrapper.py
	  - New module for parsing CommonMark input. Selects a locally installed
	    3rd-party parser (pycmark, myst, or recommonmark).
	* docutils/parsers/recommonmark_wrapper.py
	  - Raise ImportError, if import of the upstream parser module fails.
	    If called from an `"include" directive`_,
	    the system-message now has source/line info.
	  - Adapt to and test with "recommonmark" versions 0.6.0 and 0.7.1.
	  .. _"include" directive: docs/ref/rst/directives.html#include
	* docutils/parsers/rst/__init__.py
	  - Update PEP base URL (fixes bug #445),
	    use "https:" scheme in RFC base URL.
	  - Add `reporter` to `Directive` class attributes.
	* docutils/parsers/rst/directives/__init__.py
	  - `parser_name()` keeps details if converting ImportError to ValueError.
	* docutils/parsers/rst/roles.py
	  - Don't use mutable default values for function arguments. Fixes bug #430.
	* docutils/transforms/universal.py
	  - Fix bug #435: invalid references in `problematic` nodes
	    with report_level=4.
	* docutils/utils/__init__.py
	  - `decode_path()` returns `str` instance instead of `nodes.reprunicode`.
	* docutils/utils/error_reporting.py
	  - Add deprecation warning.
	* docutils/writers/_html_base.py
	  - Add "html writers" to `config_section_dependencies`. Fixes bug #443.
	  - Write table column widths with 3 digits precision. Fixes bug #444.
	* docutils/writers/html5_polyglot/__init__.py
	  - Add space before "charset" meta tag closing sequence.
	  - Remove class value "controls" from an `image` node with video content
	    after converting it to a "control" attribute of the <video> tag.
	  - Wrap groups of footnotes in an ``<aside>`` for easier styling.
	* docutils/writers/pep_html/
	  - Use "https:" scheme in "python_home" URL default.
	  - Fix links in template.txt.
	* setup.py:
	  - New "docutils" console script `entry point`__. Fixes bug #447.
	    __ https://packaging.python.org/en/latest/specifications/entry-points/
	* test/alltests.py
	  - Always encode the log file "alltests.out" using 'utf-8'.
	* test/DocutilsTestSupport.py
	  - `exception_data()` now returns None if no exception was raised.
	  - `recommonmark_wrapper` only imported if upstream parser is present.
	* test/test_parsers/test_rst/test_directives/test_tables.py
	  - Fix bug #436: Null char valid in CSV since Python 3.11.
	* tools/docutils-cli.py
	  - Allow 3rd-party drop-in components for reader and parser, too.
	  - Fix help output.
	  - Actual code moved to docutils.__main__.py.

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2022-11-10 15:13:53 +00:00
Adolf Belka
5de4197685 python3-colorama:Update to version 0.4.5 and to work with python-3.10.8
- Updated from version 0.4.4 to 0.4.5
- Update of rootfile
- Changelog
	0.4.5
	  * Catch a racy ValueError that could occur on exit.
	  * Create README-hacking.md, for Colorama contributors.
	  * Tweak some README unicode characters that don't render correctly on PyPI.
	  * Fix some tests that were failing on some operating systems.
	  * Add support for Python 3.9.
	  * Add support for PyPy3.
	  * Add support for pickling with the ``dill`` module.

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2022-11-10 15:13:53 +00:00
Adolf Belka
f42da6c8c1 python3-click:Update to version 8.1.3 and to work with python-3.10.8
- Updated from version 8.1.2 to 8.1.3
- Update of rootfile
- Changelog
    Version 8.1.3
	-   Use verbose form of ``typing.Callable`` for ``@command`` and
	    ``@group``. :issue:`2255`
	-   Show error when attempting to create an option with
	    ``multiple=True, is_flag=True``. Use ``count`` instead.
	    :issue:`2246`

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2022-11-10 15:13:53 +00:00
Adolf Belka
8815cdbe5a python3-circuitbreaker:Update to version 1.4.0 and to work with python-3.10.8
- Updated from version 1.3.2 to 1.4.0
- Update of rootfile
- Changelog
    1.4.0 Latest
	The circuitbreaker project has been classified as "Critical Project" on PyPI, meaning it belongs to the top 1% of all projects on PyPI based on the downloads over the last 6 months. We're working an important peace here 🙂
	Fallback Function
		By default, the circuit breaker will raise a CircuitBreaker exception when the circuit is opened. You can instead specify a function to be called when the circuit is opened. This function can be specified with the fallback_function parameter and will be called with the same parameters as the decorated function would be.
		Custom callable for handling exceptions
		The logic for handling thrown exceptions as failures can now be customized by passing a callable. The callable will be passed the exception type and value, and should return True if the exception should be treated as a failure.
	Monotonic clock
		Using the wall clock to measure durations is vulnerable to changes in the system clock causing misbehavior - a clock accidentally set far in the future and later reset could result in the circuit breaker remaining open for a great deal longer than expected. To solve this, a monotonic clock is now used for timing open states.
	Circuitbreaker default name
		The circuitbreaker default names are now taken from __qualname__ if available for more precise default naming.
	Fixes and tooling
		the project is now built on Github Action instead of Travis CI
		building for python 3.10
		applied smaller flake8 fixes

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2022-11-10 15:13:53 +00:00
Adolf Belka
cce71b141c python3-charset-normalizer:Update to version 2.1.1 and to work with python-3.10.8
- Updated from version 2.0.12 to 2.1.1
- Update of rootfile
- Changelog
	## [2.1.1](https://github.com/Ousret/charset_normalizer/compare/2.1.0...2.1.1) (2022-08-19)
		### Deprecated
			- Function `normalize` scheduled for removal in 3.0
		### Changed
			- Removed useless call to decode in fn is_unprintable (#206)
		### Fixed
			- Third-party library (i18n xgettext) crashing not recognizing utf_8 (PEP 263) with underscore from [@aleksandernovikov](https://github.com/aleksandernovikov) (#204)
	## [2.1.0](https://github.com/Ousret/charset_normalizer/compare/2.0.12...2.1.0) (2022-06-19)
		### Added
			- Output the Unicode table version when running the CLI with `--version` (PR #194)
		### Changed
			- Re-use decoded buffer for single byte character sets from [@nijel](https://github.com/nijel) (PR #175)
			- Fixing some performance bottlenecks from [@deedy5](https://github.com/deedy5) (PR #183)
		### Fixed
			- Workaround potential bug in cpython with Zero Width No-Break Space located in Arabic Presentation Forms-B, Unicode 1.1 not acknowledged as space (PR #175)
			- CLI default threshold aligned with the API threshold from [@oleksandr-kuzmenko](https://github.com/oleksandr-kuzmenko) (PR #181)
		### Removed
			- Support for Python 3.5 (PR #192)
		### Deprecated
			- Use of backport unicodedata from `unicodedata2` as Python is quickly catching up, scheduled for removal in 3.0 (PR #194)

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2022-11-10 15:13:53 +00:00
Adolf Belka
c083a72afe python3-cffi:Update to version 1.15.1 and to work with python-3.10.8
- Updated from version 1.15.0 to 1.15.1
- Update of rootfile
- Changelog
    v1.15.1
	    If you call ffi.embedding_api() but don’t write any extern “Python” function there, then the resulting C code would fail an assert. Fixed.
	    Updated Windows/arm64 embedded libffi static lib to v3.4.2, and scripted to ease future updates (thanks Niyas Sait!)

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2022-11-10 15:13:53 +00:00
Adolf Belka
f3a337ece1 python3-certifi:Update to version 2022.9.4 and to work with python-3.10.8
- Updated from version 2021.10.8 to 2022.9.4
- Update of rootfile
- No changelog found in source tarball or other location

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2022-11-10 15:13:53 +00:00
Adolf Belka
c28c0d6f0d python3-botocore:Update to version 1.27.89 and to work with python-3.10.8
- Updated from version 1.25.12 to 1.27.89
- Update of rootfile
- No changelog found in source tarball or other location

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2022-11-10 15:13:53 +00:00
Adolf Belka
c52ff00f09 python3-attrs:Update to version 22.1.0 and to work with python-3.10.8
- Updated from version 21.4.0 to 22.1.0
- Update of rootfile
- Changelog
   22.1.0 (2022-07-28)
	Backwards-incompatible Changes
		- Python 2.7 is not supported anymore.
		  Dealing with Python 2.7 tooling has become too difficult for a volunteer-run project.
		  We have supported Python 2 more than 2 years after it was officially discontinued and feel that we have paid our dues.
		  All version up to 21.4.0 from December 2021 remain fully functional, of course.
		  `#936 <https://github.com/python-attrs/attrs/issues/936>`_
		- The deprecated ``cmp`` attribute of ``attrs.Attribute`` has been removed.
		  This does not affect the *cmp* argument to ``attr.s`` that can be used as a shortcut to set *eq* and *order* at the same time.
		  `#939 <https://github.com/python-attrs/attrs/issues/939>`_
	Changes
		- Instantiation of frozen slotted classes is now faster.
		  `#898 <https://github.com/python-attrs/attrs/issues/898>`_
		- If an ``eq`` key is defined, it is also used before hashing the attribute.
		  `#909 <https://github.com/python-attrs/attrs/issues/909>`_
		- Added ``attrs.validators.min_len()``.
		  `#916 <https://github.com/python-attrs/attrs/issues/916>`_
		- ``attrs.validators.deep_iterable()``'s *member_validator* argument now also accepts a list of validators and wraps them in an ``attrs.validators.and_()``.
		  `#925 <https://github.com/python-attrs/attrs/issues/925>`_
		- Added missing type stub re-imports for ``attrs.converters`` and ``attrs.filters``.
		  `#931 <https://github.com/python-attrs/attrs/issues/931>`_
		- Added missing stub for ``attr(s).cmp_using()``.
		  `#949 <https://github.com/python-attrs/attrs/issues/949>`_
		- ``attrs.validators._in()``'s ``ValueError`` is not missing the attribute, expected options, and the value it got anymore.
		  `#951 <https://github.com/python-attrs/attrs/issues/951>`_
		- Python 3.11 is now officially supported.
		  `#969 <https://github.com/python-attrs/attrs/issues/969>`_

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2022-11-10 15:13:53 +00:00
Adolf Belka
e18e8a7020 python3-arrow:Update to version 1.2.3 and to work with python-3.10.8
- Updated from version 1.2.2 to 1.2.3
- Update of rootfile
- Changelog
   1.2.3 (2022-06-25)
	- [NEW] Added Amharic, Armenian, Georgian, Laotian and Uzbek locales.
	- [FIX] Updated Danish locale and associated tests.
	- [INTERNAl] Small fixes to CI.

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2022-11-10 15:13:53 +00:00
Adolf Belka
fa613d31c8 rust-pyo3-build-config:Update to version 0.15.2 - required by python3-cryptography
- Updated from version 0.15.1 to 0.15.2
- Update of rootfile
- No changelog found in source tarball or other location

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2022-11-10 15:13:52 +00:00
Adolf Belka
c74a3eead3 rust-pyo3-macros-backend:Update to version 0.15.2 - required by python3-cryptography
- Updated from version 0.15.1 to 0.15.2
- Update of rootfile
- No changelog found in source tarball or other location

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2022-11-10 15:13:52 +00:00
Adolf Belka
fd9d183c21 rust-pyo3-macros:Update to version 0.15.2 - required by python3-cryptography
- Updated from version 0.15.1 to 0.15.2
- Update of rootfile
- No changelog found in source tarball or other location

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2022-11-10 15:13:52 +00:00
Adolf Belka
9ab0df2c67 rust-pyo3:Update to version 0.15.2 - required by python3-cryptography
- Updated from version 0.15.1 to 0.15.2
- Update of rootfile
- Changelog
   ## [0.15.2] - 2022-04-14
     ### Packaging
        - Backport of PyPy 3.9 support from PyO3 0.16. [#2262](https://github.com/PyO3/pyo3/pull/2262)

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2022-11-10 15:13:52 +00:00
Adolf Belka
7b43fb6b7d rust-pem:Update to version 1.1.0 - required by python3-cryptography
- Updated from version 1.0.2 to 1.1.0
- Update of rootfile
- Changelog found in source tarball stops at version 1.0.1 No changelog found elsewhere

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2022-11-10 15:13:52 +00:00
Adolf Belka
217e9db591 rust-ouroboros_macro:Update to version 0.15.5 - required by python3-cryptography
- Updated from version 0.13.0 to 0.15.5
- Update of rootfile
- No changelog found in source tarball or other location

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2022-11-10 15:13:52 +00:00
Adolf Belka
c8e187ba8e rust-ouroboros:Update to version 0.15.5 - required by python3-cryptography
- Updated from version 0.13.0 to 0.15.5
- Update of rootfile
- No changelog found in source tarball or other location

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2022-11-10 15:13:52 +00:00
Adolf Belka
f80eb8b8f6 rust-asn1_derive:Update to version 0.12.2 - required by python3-cryptography
- Updated from version 0.8.7 to 0.12.2
- Update of rootfile
- No changelog found in source tarball or other location

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2022-11-10 15:13:52 +00:00