Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 3f0f4acb87 | |||
| 17af9ac311 | |||
| 9b492d9661 | |||
| 901457b85f |
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 14 03:45:25 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Switch to pyproject macros.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 20 17:27:45 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.16.1:
|
||||
* Added AsIs for inserting un-escaped strings as attribute values.
|
||||
* Added format_attr_value() to format attribute values
|
||||
* improving typing annotations
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 29 09:55:11 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-yattag
|
||||
#
|
||||
# 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
|
||||
@@ -16,17 +16,17 @@
|
||||
#
|
||||
|
||||
|
||||
%define skip_python2 1
|
||||
Name: python-yattag
|
||||
Version: 1.15.2
|
||||
Version: 1.16.1
|
||||
Release: 0
|
||||
Summary: Generate HTML or XML in a pythonic way
|
||||
License: LGPL-2.1-only
|
||||
Group: Development/Languages/Python
|
||||
URL: https://www.yattag.org
|
||||
Source: https://files.pythonhosted.org/packages/source/y/yattag/yattag-%{version}.tar.gz
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildArch: noarch
|
||||
@@ -44,10 +44,10 @@ sed -i '/typing/d' setup.py
|
||||
touch test/__init__.py
|
||||
|
||||
%build
|
||||
%python_build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%pyproject_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
@@ -57,6 +57,6 @@ touch test/__init__.py
|
||||
%doc README.rst
|
||||
%license license/lgpl-2.1.txt
|
||||
%{python_sitelib}/yattag
|
||||
%{python_sitelib}/yattag*.egg-info
|
||||
%{python_sitelib}/yattag-%{version}.dist-info
|
||||
|
||||
%changelog
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aad9f540bd22dc503e5b5506cc47856facf081aa71fd35f727371b63e1e402bf
|
||||
size 28653
|
||||
3
yattag-1.16.1.tar.gz
Normal file
3
yattag-1.16.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:baa8f254e7ea5d3e0618281ad2ff5610e0e5360b3608e695c29bfb3b29d051f4
|
||||
size 29069
|
||||
Reference in New Issue
Block a user