17
0

8 Commits

Author SHA256 Message Date
e1ae556d17 Accepting request 1274041 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1274041
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flit-core?expand=0&rev=21
2025-05-07 17:14:34 +00:00
9e46710d74 Accepting request 1274032 from home:nkrapp:branches:devel:languages:python
- Update to 3.12.0
  * Support for license expressions using the AND and OR operators.
  * Recognise __version__: str = "0.1" annotated assignments when
    finding the version number.
  * Clear error message when referring to a license file in a parent
    directory, which is not supported.

OBS-URL: https://build.opensuse.org/request/show/1274032
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flit-core?expand=0&rev=52
2025-05-02 15:01:04 +00:00
2b816bab4d Accepting request 1253078 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1253078
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flit-core?expand=0&rev=20
2025-03-17 21:16:26 +00:00
a398e29006 Accepting request 1253060 from home:mcalabkova:branches:devel:languages:python
Should go with Sphinx

- Update to 3.11.0
  * Support for SPDX license expressions and multiple license files,
    as detailed in PEP 639:
      license = "BSD-3-Clause"
      license-files = ["LICENSE"]
    For now, only a single license identifier is allowed. More complex
    expressions describing multiple licenses & expressions may be supported
    in a future version.
  * The metadata format in produced packages is now version 2.4, to support
    the expanded license information.

OBS-URL: https://build.opensuse.org/request/show/1253060
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flit-core?expand=0&rev=50
2025-03-14 13:12:58 +00:00
b6b88191bc Accepting request 1237617 from devel:languages:python
- Update to 3.10.1:
  * flit publish can now use PyPI tokens stored in keyring (PR #649), either
    project tokens with a ‘username’ like pypi_token:project:project_name
    (use the normalised form of the name) or user tokens
    (pypi_token:user:username).
  * The --python option can now take the path of a virtualenv folder, as an
    alternative to a Python executable (PR #667).
  * Flit will work with current development versions of Pythona again
    (PR #684).
  * The flit command line package now requires Python 3.8 or above (PR #660).
    flit_core still works with Python 3.6 or above.
  * The metadata in packages now has the names of optional dependency
    groups (“extras”) normalised, complying with version 2.3 of the metadata
    standard (PR #676, PR #697).
  * The flit command line package now depends on pip (PR #647).
  * Fix potential substitution of environment variables into passwords read
    from .pypirc files (PR #652).
  * A warning is now shown when building packages which specify the old
    flit.buildapi backend, which should be replaced by flit_core.buildapi
    (PR #674). It’s a good idea to always set a maximum version for the
    build requirement, to protect against changes in future major versions
    of Flit.
  * Avoid using the deprecated datetime.utcfromtimestamp() (PR #682).
  * Flit now has a SECURITY.md file in the Github repository (PR #665).
  * The tests for flit_core are no longer part of the installed package,
    reducing the size of the wheels (PR #691).
- Drop patches, included upstream:
  * py312-avoid-using-utcfromtimestamp.patch
  * py314-avoid-using-ast-str.patch
- We no longer need to remove the tests from the install.

OBS-URL: https://build.opensuse.org/request/show/1237617
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flit-core?expand=0&rev=19
2025-01-15 16:41:51 +00:00
7ede68be5a - Update to 3.10.1:
* flit publish can now use PyPI tokens stored in keyring (PR #649), either
    project tokens with a ‘username’ like pypi_token:project:project_name
    (use the normalised form of the name) or user tokens
    (pypi_token:user:username).
  * The --python option can now take the path of a virtualenv folder, as an
    alternative to a Python executable (PR #667).
  * Flit will work with current development versions of Pythona again
    (PR #684).
  * The flit command line package now requires Python 3.8 or above (PR #660).
    flit_core still works with Python 3.6 or above.
  * The metadata in packages now has the names of optional dependency
    groups (“extras”) normalised, complying with version 2.3 of the metadata
    standard (PR #676, PR #697).
  * The flit command line package now depends on pip (PR #647).
  * Fix potential substitution of environment variables into passwords read
    from .pypirc files (PR #652).
  * A warning is now shown when building packages which specify the old
    flit.buildapi backend, which should be replaced by flit_core.buildapi
    (PR #674). It’s a good idea to always set a maximum version for the
    build requirement, to protect against changes in future major versions
    of Flit.
  * Avoid using the deprecated datetime.utcfromtimestamp() (PR #682).
  * Flit now has a SECURITY.md file in the Github repository (PR #665).
  * The tests for flit_core are no longer part of the installed package,
    reducing the size of the wheels (PR #691).
- Drop patches, included upstream:
  * py312-avoid-using-utcfromtimestamp.patch
  * py314-avoid-using-ast-str.patch
- We no longer need to remove the tests from the install.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flit-core?expand=0&rev=48
2025-01-14 02:40:20 +00:00
063c506b2a Accepting request 1186039 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1186039
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flit-core?expand=0&rev=18
2024-07-08 17:07:15 +00:00
7e5ecd168a - add py312-avoid-using-utcfromtimestamp.patch,
py314-avoid-using-ast-str.patch
- Update to v3.8.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flit-core?expand=0&rev=46
2024-06-30 19:09:27 +00:00

Diff Content Not Available