public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Susi Lehtola <jussilehtola@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/python-qcelemental] f43: Fix various issues in package.
Date: Thu, 25 Jun 2026 10:29:36 GMT [thread overview]
Message-ID: <178238337615.1.5281386216517879526.rpms-python-qcelemental-8a46eba97d4d@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-qcelemental
Branch : f43
Commit : 8a46eba97d4de0a85358a437e79d59a85978a0df
Author : Susi Lehtola <jussilehtola@fedoraproject.org>
Date : 2026-05-18T09:11:05+00:00
Stats : +10/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-qcelemental/c/8a46eba97d4de0a85358a437e79d59a85978a0df?branch=f43
Log:
Fix various issues in package.
---
diff --git a/python-qcelemental.spec b/python-qcelemental.spec
index f144503..24be434 100644
--- a/python-qcelemental.spec
+++ b/python-qcelemental.spec
@@ -5,7 +5,7 @@
Name: python-qcelemental
Version: 0.50.0
-Release: 0.1.%{rc}%{?dist}
+Release: 0.2.%{rc}%{?dist}
Summary: Periodic table, physical constants, and molecule parsing for quantum chemistry
# Automatically converted from old format: BSD - review is highly recommended.
License: LicenseRef-Callaway-BSD
@@ -15,6 +15,10 @@ BuildArch: noarch
# Don't try to query git for the version
Patch0: python-qcelemental-0.50-nogit.patch
+# Fix circular import
+Patch1: python-qcelemental-0.50-fix_circular_import.patch
+# Add all packages
+Patch2: python-qcelemental-0.50-pkgs.patch
BuildRequires: python3-devel
BuildRequires: python3-pytest
@@ -59,6 +63,8 @@ Molecule QCSchema.
%prep
%setup -q -n QCElemental-%{version}%{?rc}
%patch -P 0 -p 1 -b .nogit
+%patch -P 1 -p 1 -b .fiximport
+%patch -P 2 -p 1 -b .pkgs
# Remove bundled egg-info
rm -rf QCElemental.*-info
# Put in the version in pyproject.toml
@@ -85,6 +91,9 @@ sed -i 's|@VERSION@|%{version}%{?rc}|g' pyproject.toml
%{python3_sitelib}/qcelemental-%{version}%{?rc}.dist-info
%changelog
+* Mon May 18 2026 Susi Lehtola <jussilehtola@fedoraproject.org> - 0.50.0-0.2.rc5
+- Fix various issues in package.
+
* Mon May 18 2026 Susi Lehtola <jussilehtola@fedoraproject.org> - 0.50.0-0.1.rc5
- Update to 0.50.0rc5.
next reply other threads:[~2026-06-25 10:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-25 10:29 Susi Lehtola [this message]
-- strict thread matches above, loose matches on Subject: below --
2026-06-25 10:29 [rpms/python-qcelemental] f43: Fix various issues in package Susi Lehtola
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=178238337615.1.5281386216517879526.rpms-python-qcelemental-8a46eba97d4d@fedoraproject.org \
--to=jussilehtola@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