forked from pool/python-yarl
- update to 1.9.4:
* Started raising :py:exc:`TypeError` when a string value is passed into :py:meth:`~yarl.URL.build` as the port argument -- by :user:`commonism`. Previously the empty string as port would create malformed URLs when rendered as string representations. * Started raising :py:exc:`TypeError` when a string value is passed into :py:meth:`~yarl.URL.build` as the port argument * Previously the empty string as port would create malformed URLs when rendered as string representations. (:issue:`883`) * The leading -- has been dropped from the PEP 517 in-tree build backend config setting names. --pure-python is now just pure-python -- by :user:`webknjaz`. The usage now looks as follows: $ python -m build \ --config-setting=pure- python=true \ --config-setting=with-cython-tracing=true (:issue:`963`) * The leading -- has been dropped from the PEP 517 in-tree build backend config setting names. --pure-python is now just pure-python -- by :user:`webknjaz`. * It is now possible to request line tracing in Cython builds using the with-cython-tracing PEP 517 config setting -- :user:`webknjaz`. This can be used in CI and development environment to measure coverage on Cython modules, but is not normally useful to the end-users or downstream packagers. Here's a usage example: $ python -Im pip install . --config- settings=with-cython-tracing=true For editable installs, this setting is on by default. Otherwise, it's off unless requested explicitly. (:issue:`962`) - drop reproducible.patch (upstream) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-yarl?expand=0&rev=60
This commit is contained in:
@@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 14 15:08:48 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.9.4:
|
||||
* Started raising :py:exc:`TypeError` when a string value is
|
||||
passed into :py:meth:`~yarl.URL.build` as the port argument
|
||||
-- by :user:`commonism`. Previously the empty string as port
|
||||
would create malformed URLs when rendered as string
|
||||
representations.
|
||||
* Started raising :py:exc:`TypeError` when a string value is
|
||||
passed into :py:meth:`~yarl.URL.build` as the port argument
|
||||
* Previously the empty string as port would create malformed
|
||||
URLs when rendered as string representations. (:issue:`883`)
|
||||
* The leading -- has been dropped from the PEP 517 in-tree
|
||||
build backend config setting names. --pure-python is now just
|
||||
pure-python -- by :user:`webknjaz`. The usage now looks as
|
||||
follows: $ python -m build \ --config-setting=pure-
|
||||
python=true \ --config-setting=with-cython-tracing=true
|
||||
(:issue:`963`)
|
||||
* The leading -- has been dropped from the PEP 517 in-tree
|
||||
build backend config setting names. --pure-python is now just
|
||||
pure-python -- by :user:`webknjaz`.
|
||||
* It is now possible to request line tracing in Cython builds
|
||||
using the with-cython-tracing PEP 517 config setting --
|
||||
:user:`webknjaz`. This can be used in CI and development
|
||||
environment to measure coverage on Cython modules, but is not
|
||||
normally useful to the end-users or downstream packagers.
|
||||
Here's a usage example: $ python -Im pip install . --config-
|
||||
settings=with-cython-tracing=true For editable installs,
|
||||
this setting is on by default. Otherwise, it's off unless
|
||||
requested explicitly. (:issue:`962`)
|
||||
- drop reproducible.patch (upstream)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 12 03:44:58 UTC 2023 - Bernhard Wiedemann <bwiedemann@suse.de>
|
||||
|
||||
|
Reference in New Issue
Block a user