17
0

Compare commits

4 Commits

4 changed files with 23 additions and 10 deletions

View File

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

View File

@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,14 +16,14 @@
#
%{?sle15_python_module_pythons}
Name: python-wheezy.template
Version: 3.2.2
Version: 3.2.3
Release: 0
Summary: A lightweight template library
License: MIT
Group: Development/Languages/Python
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 setuptools}
BuildRequires: %{python_module wheel}
@@ -42,7 +42,7 @@ BuildArch: noarch
A lightweight template library written in pure python.
%prep
%setup -q -n wheezy.template-%{version}
%setup -q -n wheezy_template-%{version}
%build
export CFLAGS="%{optflags}"
@@ -66,6 +66,6 @@ export CFLAGS="%{optflags}"
%dir %{python_sitelib}/wheezy
%{python_sitelib}/wheezy/template
%{python_sitelib}/wheezy.template-%{version}*.pth
%{python_sitelib}/wheezy.template-%{version}*-info
%{python_sitelib}/wheezy_template-%{version}.dist-info
%changelog

View File

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

View File

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