Revisions of python-frozenlist

buildservice-autocommit accepted request 1139190 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 17)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 1139165 from Bernhard Wiedemann's avatar Bernhard Wiedemann (bmwiedemann) (revision 16)
Add reproducible.patch to avoid embedding a random tmp dir (boo#1062303)
buildservice-autocommit accepted request 1137521 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 15)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 14)
- add no-pytest-cov.patch to skip pytest-coverage
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 13)
- update to 1.4.1:
  * Declared Python 3.12 and PyPy 3.8-3.10 supported officially
    in the distribution package metadata.
  * Replaced the packaging is replaced from an old-fashioned
    :file:`setup.py` to an in-tree PEP 517 build backend -- by
    :user:`webknjaz`. Whenever the end-users or downstream
    packagers need to build frozenlist from source (a Git
    checkout or an sdist), they may pass a config_settings flag
    pure-python. If this flag is not set, a C-extension will be
    built and included into the distribution. Here is how this
    can be done with pip:  $ python3 -m pip install . --config-
    settings=pure-python=  This will also work with -e |
    --editable. The same can be achieved via pypa/build:  $
    python3 -m build --config-setting=pure-python=  Adding -w |
    --wheel can force pypa/build produce a wheel from source
    directly, as opposed to building an sdist and then building
    from it. Related issues and pull requests on GitHub:
    :issue:`560`.
  * Replaced the packaging is replaced from an old-fashioned
    :file:`setup.py` to an in-tree PEP 517 build backend
  * Whenever the end-users or downstream packagers need to build
    frozenlist from source (a Git checkout or an sdist), they may
    pass a config_settings flag pure-python. If this flag is not
    set, a C-extension will be built and included into the
    distribution.
  * It is now possible to request line tracing in Cython builds
    using the with-cython-tracing PEP 517 config setting
  * 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.
buildservice-autocommit accepted request 1103950 from John Vandenberg's avatar John Vandenberg (jayvdb) (revision 12)
baserev update by copy to link target
John Vandenberg's avatar John Vandenberg (jayvdb) accepted request 1103939 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 11)
- update to 1.4.0:
  * The published source distribution package became buildable
  * under Python 3.12.
  * Removed an unused :py:data:`typing.Tuple` import
  * Deprecations and Removals
  * Dropped Python 3.7 support.
buildservice-autocommit accepted request 1081915 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 10)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1081417 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 9)
SR for python stack proposal
buildservice-autocommit accepted request 1039670 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 8)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1039630 from Yogalakshmi Arunachalam's avatar Yogalakshmi Arunachalam (yarunachalam) (revision 7)
- Update to 1.3.3
  * Fixed CI runs when creating a new release, where new towncrier versions fail
    when the current version section is already present.
- Update to 1.3.2 
  * Misc
    Updated the CI runs to better check for test results and to avoid
    deprecated syntax. #327
buildservice-autocommit accepted request 1006872 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 6)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 1006762 from Yogalakshmi Arunachalam's avatar Yogalakshmi Arunachalam (yarunachalam) (revision 5)
- update to 1.3.1
  * The published source distribution package became buildable under Python 3.11.
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 4)
- update to 1.3.0:
  * Do not install C sources with binary distributions.
  * Dropped Python 3.6 support
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 940579 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 3)
initialized devel package after accepting 940579
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 939955 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 2)
- Update to 1.2.0
  * FrozenList now supports being used as a generic type as per PEP
    585, e.g. frozen_int_list: FrozenList[int] (requires Python 3.9
    or newer). #172
  * Added support for Python 3.10. #227
  * Started shipping platform-specific wheels with the musl tag
    targeting typical Alpine Linux runtimes. #227
  * Started shipping platform-specific arm64 wheels for Apple
    Silicon. #227
- Cythonize
- Required by some aio packages.
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 851594 from John Vandenberg's avatar John Vandenberg (jayvdb) (revision 1)
dep of several aio-libs projects, include aiosignal (not in d-l-py yet), and aiohttp which is already in d-l-py, and I activated most of its tests recently, but some are still broken due this and other packaging bugs.  It is also an exposed datatype of aiohttp, so this library is needed by users of the relevant part of aiohttp, and they will be expecting it pre-installed by aiohttp.
Displaying all 17 revisions
openSUSE Build Service is sponsored by