public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Neal Gompa <ngompa@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/python-manatools] f44: Rebase to 0.99.0
Date: Sun, 31 May 2026 20:30:19 GMT	[thread overview]
Message-ID: <178025941959.1.7761245777638912266.rpms-python-manatools-4f59da5e0a15@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/python-manatools
Branch : f44
Commit : 4f59da5e0a15de3f6fdf46d933d03ac69c6daa3c
Author : Neal Gompa <ngompa@fedoraproject.org>
Date   : 2026-04-24T14:42:54-04:00
Stats  : +22/-20 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/python-manatools/c/4f59da5e0a15de3f6fdf46d933d03ac69c6daa3c?branch=f44

Log:
Rebase to 0.99.0

---
diff --git a/.gitignore b/.gitignore
index f7338f2..2cdb15a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /python-manatools-0.0.3.tar.gz
 /python-manatools-0.0.4.tar.gz
+/python-manatools-0.99.0.tar.gz

diff --git a/python-manatools.spec b/python-manatools.spec
index 28f7a00..6cbd816 100644
--- a/python-manatools.spec
+++ b/python-manatools.spec
@@ -1,59 +1,60 @@
 %global module manatools
 
 Name:           python-%{module}
-Version:        0.0.4
-Release:        17%{?dist}
+Version:        0.99.0
+Release:        1%{?dist}
 
 Summary:        A Python framework to build ManaTools applications
-# Automatically converted from old format: LGPLv2+ - review is highly recommended.
-License:        LicenseRef-Callaway-LGPLv2+
+License:        LGPL-2.1-or-later
 URL:            https://github.com/manatools/python-manatools
 Source0:        https://github.com/manatools/python-manatools/archive/%{version}/%{name}-%{version}.tar.gz
 
 BuildArch:      noarch
 
 %description
-Python ManaTools aim is to help in writing tools based on libYui
-(SUSE widget abstraction library), to be collected under the
-ManaTools banner and hopefully with the same look and feel.
+Python ManaTools aim is to help in writing tools to be collected
+under the ManaTools banner and hopefully with the same look and feel.
 
 Every output module supports the Qt, GTK, and ncurses interfaces.
 
 %package -n python3-%{module}
 Summary:        %{summary}
 BuildRequires:  python3-devel
-BuildRequires:  python3dist(setuptools)
-BuildRequires:  python3-yui
 %{?python_provide:%python_provide python3-%{module}}
-Requires:       python3-yui
-Recommends:     (libyui-mga-qt if qt5-qtbase-gui)
-Recommends:     (libyui-mga-gtk if gtk3)
+Recommends:     (python3dist(python-%{name}[qt]) if qt6-qtbase-gui)
+Recommends:     (python3dist(python-%{name}[gtk]) if gtk4)
 
 %description -n python3-%{module}
-Python ManaTools aim is to help in writing tools based on libYui
-(SUSE widget abstraction library), to be collected under the
-ManaTools banner and hopefully with the same look and feel.
+Python ManaTools aim is to help in writing tools to be collected
+under the ManaTools banner and hopefully with the same look and feel.
 
 Every output module supports the Qt, GTK, and ncurses interfaces.
 
+%pyproject_extras_subpkg -n python3-%{module} qt
+%pyproject_extras_subpkg -n python3-%{module} gtk
+
 %prep
 %autosetup -p1
 
-sed -i 's|0.0.1|%{version}|' manatools/version.py
+%generate_buildrequires
+%pyproject_buildrequires
 
 %build
-%py3_build
+%pyproject_wheel
 
 %install
-%py3_install
+%pyproject_install
 
 %files -n python3-%{module}
 %doc README.md NEWS
 %license LICENSE
 %{python3_sitelib}/%{module}/
-%{python3_sitelib}/python_manatools-%{version}-py%{python3_version}.egg-info
+%{python3_sitelib}/python_manatools-%{version}.dist-info/
 
 %changelog
+* Fri Apr 24 2026 Neal Gompa <ngompa@fedoraproject.org> - 0.99.0-1
+- Rebase to 0.99.0
+
 * Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.4-17
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
 

diff --git a/sources b/sources
index 045c6e7..59c6608 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (python-manatools-0.0.4.tar.gz) = c26513d5869bdd29843106a3de98c3663263ef29d5fa83ab5df4f6c8a50bce8a1ad94670a27d5bc079573055a21c0d7574fa57131eeef54e52dce7f58a21299a
+SHA512 (python-manatools-0.99.0.tar.gz) = bfa4ed8b08b057f34e851b0699b4afe92babd23deb948dae69a8b020164197b42be89270dde8c52208e69bb948a85bb3419971d385f53efb0e987a08dcb1d3c1

                 reply	other threads:[~2026-05-31 20:30 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178025941959.1.7761245777638912266.rpms-python-manatools-4f59da5e0a15@fedoraproject.org \
    --to=ngompa@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox