SHA256
1
0
forked from pool/python-yarl
Commit Graph

4 Commits

Author SHA256 Message Date
15e5c1a90d Accepting request 1157151 from home:bmwiedemann:branches:devel:languages:python
restore correct reproducible.patch

OBS-URL: https://build.opensuse.org/request/show/1157151
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-yarl?expand=0&rev=64
2024-03-12 11:01:01 +00:00
f8fe4b0773 - restore reproducible.patch to not add a random tmp path
(boo#1062303)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-yarl?expand=0&rev=62
2024-01-16 22:11:46 +00:00
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
Markéta Machová
364bf4ff1f Accepting request 1132599 from home:bmwiedemann:branches:devel:languages:python
Add reproducible.patch to not add a random tmp path into the package (boo#1062303)

Feel free to replace this with a better/upstreamable change.

OBS-URL: https://build.opensuse.org/request/show/1132599
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-yarl?expand=0&rev=58
2023-12-12 13:54:26 +00:00