Compare commits

4 Commits

Author SHA256 Message Date
6667b46dbe Accepting request 1282536 from devel:languages:python
- Switch to pyproject macros.

OBS-URL: https://build.opensuse.org/request/show/1282536
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-typepy?expand=0&rev=11
2025-06-04 18:28:54 +00:00
c0851624f8 - Switch to pyproject macros.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typepy?expand=0&rev=20
2025-06-04 06:25:53 +00:00
5466339fff Accepting request 1240786 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1240786
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-typepy?expand=0&rev=10
2025-01-28 13:59:51 +00:00
0c677f1012 Accepting request 1240747 from home:glaubitz:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1240747
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typepy?expand=0&rev=18
2025-01-28 10:33:59 +00:00
4 changed files with 34 additions and 11 deletions

View File

@@ -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>

View File

@@ -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

View File

@@ -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
View File

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