4 Commits

Author SHA256 Message Date
3f0f4acb87 Accepting request 1292558 from devel:languages:python
- Switch to pyproject macros.

OBS-URL: https://build.opensuse.org/request/show/1292558
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-yattag?expand=0&rev=4
2025-07-14 08:52:37 +00:00
17af9ac311 - Switch to pyproject macros.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-yattag?expand=0&rev=7
2025-07-14 03:45:37 +00:00
9b492d9661 Accepting request 1225372 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1225372
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-yattag?expand=0&rev=3
2024-11-21 14:14:24 +00:00
901457b85f - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-yattag?expand=0&rev=5
2024-11-20 17:28:08 +00:00
4 changed files with 23 additions and 10 deletions

View File

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

View File

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

View File

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

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