Accepting request 1046167 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1046167 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hatchling?expand=0&rev=12
This commit is contained in:
commit
8e6f920c23
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9f84361f70cf3a7ab9543b0c3ecc64211ed2ba8a606a71eb6a473c1c9b08e1d0
|
||||
size 57223
|
3
hatchling-1.12.1.tar.gz
Normal file
3
hatchling-1.12.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5b36c903d4d76790b1c1f2b7c8f5446fb733fab6ce39b203401d2337d441b411
|
||||
size 61441
|
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 2 10:31:58 UTC 2023 - Benoît Monin <benoit.monin@gmx.fr>
|
||||
|
||||
- update to version 1.12.1:
|
||||
* Fixed:
|
||||
+ Fix minor regression in the PEP 517/660 function signatures
|
||||
that was discovered by Fedora
|
||||
- additional changes from version 1.12.0:
|
||||
* Added:
|
||||
+ Improve readability of exceptions
|
||||
+ Add extra_metadata build data to the wheel target
|
||||
+ Retroactively support License-Expression core metadata
|
||||
starting at version 2.1
|
||||
+ Add more type hints
|
||||
+ Update the set of known trove classifiers to version
|
||||
2022.12.22
|
||||
+ Update SPDX license information to version 3.19
|
||||
+ Store Hatchling's metadata in pyproject.toml
|
||||
* Fixed:
|
||||
+ Acknowledge the ARCHFLAGS environment variable on macOS for
|
||||
the wheel target when build hooks set the infer_tag build
|
||||
data to true
|
||||
+ Fix dependency checking when encountering broken
|
||||
distributions
|
||||
+ Remove unnecessary encoding declaration in the default
|
||||
template for the version build hook
|
||||
- remove skip_python2: python >= 3.7 is already required
|
||||
- drop python_module macro definition: provided by
|
||||
python-rpm-macros
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 20 19:55:11 UTC 2022 - Benoît Monin <benoit.monin@gmx.fr>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-hatchling
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,10 +16,8 @@
|
||||
#
|
||||
|
||||
|
||||
%define skip_python2 1
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-hatchling
|
||||
Version: 1.11.1
|
||||
Version: 1.12.1
|
||||
Release: 0
|
||||
Summary: Build backend used by Hatch
|
||||
License: MIT
|
||||
|
Loading…
x
Reference in New Issue
Block a user