Go to file
Dirk Mueller 24beda1d74 - 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
2024-01-14 15:10:17 +00:00
.gitattributes Accepting request 510417 from home:seanmarlow:branches:devel:languages:python 2017-07-17 05:05:19 +00:00
.gitignore Accepting request 510417 from home:seanmarlow:branches:devel:languages:python 2017-07-17 05:05:19 +00:00
python-yarl.changes - update to 1.9.4: 2024-01-14 15:10:17 +00:00
python-yarl.spec - update to 1.9.4: 2024-01-14 15:10:17 +00:00
yarl-1.9.4.tar.gz - update to 1.9.4: 2024-01-14 15:10:17 +00:00