Accepting request 1034402 from home:yarunachalam:branches:devel:languages:python

- Update to version 3.8 
  A project name containing hyphens is now automatically translated to use underscores for the import name (PR #566).
  New option flit install --only-deps to install the dependencies of the package, but not the package itself.
  Add support for recursive globbing (**) in sdist includes and excludes (PR #550).
  Python’s bytecode cache files (__pycache__ folders and .pyc files) are now always excluded from sdists (PR #581).
  Use tomllib in Python 3.11, rather than tomli (PR #573, PR #604).
  Fix crash when unable to get a password from keyring (PR #567).
  Fix including modified files in sdist when using Mercurial (PR #541).
  Fix for some cases of determining whether a package supports Python 2 or not (PR #593).
  Fix parsing version number from code using multiple assignments (PR #474).
  Document how to use a PyPI token with FLIT_PASSWORD (PR #602).
  Fix link to information about environment variables for pip (PR #576).
  Link to the docs for the latest stable version in package metadata (PR #589).
  Remove a mention of the toml package, which is no longer needed, from the Developing Flit page (PR #601).
  The bootstrap install script for flit_core accepts a new --install-root option.
  Ensure the license file is included in packages on PyPI (PR #603).

OBS-URL: https://build.opensuse.org/request/show/1034402
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flit?expand=0&rev=10
This commit is contained in:
Markéta Machová 2022-11-08 10:02:28 +00:00 committed by Git OBS Bridge
parent 866f9940e8
commit a11b6be726
4 changed files with 24 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3c9bd9c140515bfe62dd938c6610d10d6efb9e35cc647fc614fe5fb3a5036682
size 136642

3
flit-3.8.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d0f2a8f4bd45dc794befbf5839ecc0fd3830d65a57bd52b5997542fac5d5e937
size 139496

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Tue Nov 8 00:29:24 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 3.8
A project name containing hyphens is now automatically translated to use underscores for the import name (PR #566).
New option flit install --only-deps to install the dependencies of the package, but not the package itself.
Add support for recursive globbing (**) in sdist includes and excludes (PR #550).
Pythons bytecode cache files (__pycache__ folders and .pyc files) are now always excluded from sdists (PR #581).
Use tomllib in Python 3.11, rather than tomli (PR #573, PR #604).
Fix crash when unable to get a password from keyring (PR #567).
Fix including modified files in sdist when using Mercurial (PR #541).
Fix for some cases of determining whether a package supports Python 2 or not (PR #593).
Fix parsing version number from code using multiple assignments (PR #474).
Document how to use a PyPI token with FLIT_PASSWORD (PR #602).
Fix link to information about environment variables for pip (PR #576).
Link to the docs for the latest stable version in package metadata (PR #589).
Remove a mention of the toml package, which is no longer needed, from the Developing Flit page (PR #601).
The bootstrap install script for flit_core accepts a new --install-root option.
Ensure the license file is included in packages on PyPI (PR #603).
-------------------------------------------------------------------
Fri Mar 25 12:11:30 UTC 2022 - Ben Greiner <code@bnavigator.de>

View File

@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
Name: python-flit
Version: 3.7.1
Version: 3.8.0
Release: 0
Summary: Simplified packaging of Python modules
License: BSD-3-Clause