Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 6667b46dbe | |||
| c0851624f8 | |||
| 5466339fff | |||
| 0c677f1012 |
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 4 06:08:05 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Switch to pyproject macros.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 28 09:45:54 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to version 1.3.4
|
||||
* Update README
|
||||
* Refactor release process to use Tox
|
||||
for better environment management
|
||||
- from version 1.3.3
|
||||
* Replace deprecated abctractproperty
|
||||
* Drop support for Python 3.7/3.8
|
||||
* Add support for Python 3.13
|
||||
* Add GitHub Actions workflow for building
|
||||
and publishing to PyPI
|
||||
* Update copyright years
|
||||
* Bump actions/setup-python from 4 to 5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 4 10:42:07 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-typepy
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,14 +18,16 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-typepy
|
||||
Version: 1.3.2
|
||||
Version: 1.3.4
|
||||
Release: 0
|
||||
Summary: Python library for run time variable type checker
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/thombashi/typepy
|
||||
Source: https://files.pythonhosted.org/packages/source/t/typepy/typepy-%{version}.tar.gz
|
||||
BuildRequires: %{python_module setuptools >= 38.3.0}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools >= 64}
|
||||
BuildRequires: %{python_module setuptools_scm >= 8}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: python-rpm-macros
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module mbstrdecoder >= 1.0.0}
|
||||
@@ -49,16 +51,15 @@ typepy is a Python library for variable type checker/validator/converter at run
|
||||
|
||||
%prep
|
||||
%setup -q -n typepy-%{version}
|
||||
echo > requirements/test_requirements.txt
|
||||
|
||||
# Remove build alias
|
||||
sed -i '/build =/d' setup.cfg
|
||||
|
||||
%build
|
||||
%python_build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%pyproject_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
@@ -67,6 +68,7 @@ sed -i '/build =/d' setup.cfg
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
%doc README.rst
|
||||
%{python_sitelib}/typepy*
|
||||
%{python_sitelib}/typepy
|
||||
%{python_sitelib}/typepy-%{version}.dist-info
|
||||
|
||||
%changelog
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b69fd48b9f50cdb3809906eef36b855b3134ff66c8893a4f8580abddb0b39517
|
||||
size 24233
|
||||
3
typepy-1.3.4.tar.gz
Normal file
3
typepy-1.3.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:89c1f66de6c6133209c43a94d23431d320ba03ef5db18f241091ea594035d9de
|
||||
size 39558
|
||||
Reference in New Issue
Block a user