Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| ff077c5c9b | |||
| 7108887af0 | |||
| e69e39b197 | |||
| bae27a3289 |
@@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 26 08:05:12 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Normalize metadata directory name.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 9 12:39:50 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to 3.2.3
|
||||||
|
* feat: cli contexts passed are available as the __args__ list variable.
|
||||||
|
- Adjust upstream source name in spec file
|
||||||
|
- Use Python 3.11 on SLE-15 by default
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 3 10:37:27 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Wed Jan 3 10:37:27 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-wheezy.template
|
# spec file for package python-wheezy.template
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,21 +16,21 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-wheezy.template
|
Name: python-wheezy.template
|
||||||
Version: 3.2.2
|
Version: 3.2.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A lightweight template library
|
Summary: A lightweight template library
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
|
||||||
URL: https://github.com/akornatskyy/wheezy.template
|
URL: https://github.com/akornatskyy/wheezy.template
|
||||||
Source: https://files.pythonhosted.org/packages/source/w/wheezy.template/wheezy.template-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/w/wheezy_template/wheezy_template-%{version}.tar.gz#/wheezy.template-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun):update-alternatives
|
Requires(postun): update-alternatives
|
||||||
Suggests: python-mock
|
Suggests: python-mock
|
||||||
Suggests: python-pytest
|
Suggests: python-pytest
|
||||||
Suggests: python-pytest-cov
|
Suggests: python-pytest-cov
|
||||||
@@ -42,7 +42,7 @@ BuildArch: noarch
|
|||||||
A lightweight template library written in pure python.
|
A lightweight template library written in pure python.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n wheezy.template-%{version}
|
%setup -q -n wheezy_template-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%{optflags}"
|
export CFLAGS="%{optflags}"
|
||||||
@@ -66,6 +66,6 @@ export CFLAGS="%{optflags}"
|
|||||||
%dir %{python_sitelib}/wheezy
|
%dir %{python_sitelib}/wheezy
|
||||||
%{python_sitelib}/wheezy/template
|
%{python_sitelib}/wheezy/template
|
||||||
%{python_sitelib}/wheezy.template-%{version}*.pth
|
%{python_sitelib}/wheezy.template-%{version}*.pth
|
||||||
%{python_sitelib}/wheezy.template-%{version}*-info
|
%{python_sitelib}/wheezy_template-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8649cf5c718f3cd8d102bd13615a2c3da4e7b6c8f042338a641094faa165207c
|
|
||||||
size 18660
|
|
||||||
3
wheezy.template-3.2.3.tar.gz
Normal file
3
wheezy.template-3.2.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a494fa2cd83b25d81af270d9ee62b533f7ccf85e7f8cfbad3ed762992ba268f6
|
||||||
|
size 18744
|
||||||
Reference in New Issue
Block a user