public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-qcelemental] f43: Update to 0.50.0rc5.
@ 2026-06-25 10:29 Susi Lehtola
  0 siblings, 0 replies; only message in thread
From: Susi Lehtola @ 2026-06-25 10:29 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/python-qcelemental
Branch : f43
Commit : e9a7a489996b1666c40e12e08791682cfd99180c
Author : Susi Lehtola <jussilehtola@fedoraproject.org>
Date   : 2026-05-18T08:47:03+00:00
Stats  : +43/-7 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/python-qcelemental/c/e9a7a489996b1666c40e12e08791682cfd99180c?branch=f43

Log:
Update to 0.50.0rc5.

---
diff --git a/.gitignore b/.gitignore
index 79532f6..276a24b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,5 @@
 /python-qcelemental-0.26.0.tar.gz
 /python-qcelemental-0.28.0.tar.gz
 /python-qcelemental-0.29.0.tar.gz
+/python-qcelemental-0.30.1.tar.gz
+/python-qcelemental-0.50.0rc5.tar.gz

diff --git a/python-qcelemental-0.50-nogit.patch b/python-qcelemental-0.50-nogit.patch
new file mode 100644
index 0000000..40eae62
--- /dev/null
+++ b/python-qcelemental-0.50-nogit.patch
@@ -0,0 +1,20 @@
+diff -up QCElemental-0.50.0rc5/pyproject.toml.nogit QCElemental-0.50.0rc5/pyproject.toml
+--- QCElemental-0.50.0rc5/pyproject.toml.nogit	2026-05-18 08:40:24.646500884 +0000
++++ QCElemental-0.50.0rc5/pyproject.toml	2026-05-18 08:42:47.505878203 +0000
+@@ -10,8 +10,7 @@ issues = "https://github.com/MolSSI/QCEl
+ 
+ [project]
+ name = "qcelemental"
+-#version = "0.30.0"
+-dynamic = ["version"]
++version = "@VERSION@"
+ requires-python = ">=3.9"
+ description = "Core data structures for Quantum Chemistry."
+ authors = [
+@@ -117,6 +116,3 @@ packages = ["qcelemental"]
+ [tool.setuptools.package-data]
+ 
+ [tool.setuptools_scm]
+-
+-[tool.versioningit.vcs]
+-default-tag = "0.0.99" # useful for CI/shallow clones

diff --git a/python-qcelemental.spec b/python-qcelemental.spec
index ef47995..f144503 100644
--- a/python-qcelemental.spec
+++ b/python-qcelemental.spec
@@ -1,16 +1,21 @@
 # Whether to run the tests; disabled till the tests are ported to pydantic v2
 %bcond tests 0
 
+%global rc rc5
+
 Name:           python-qcelemental
-Version:        0.29.0
-Release:        7%{?dist}
+Version:        0.50.0
+Release:        0.1.%{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
 URL:            https://github.com/MolSSI/QCElemental
-Source0:        https://github.com/MolSSI/QCElemental/archive/v%{version}/%{name}-%{version}.tar.gz
+Source0:        https://github.com/MolSSI/QCElemental/archive/v%{version}%{?rc}/%{name}-%{version}%{?rc}.tar.gz
 BuildArch:      noarch
- 
+
+# Don't try to query git for the version
+Patch0:         python-qcelemental-0.50-nogit.patch
+
 BuildRequires:  python3-devel
 BuildRequires:  python3-pytest
 BuildRequires:  python3-numpy
@@ -52,9 +57,12 @@ This project also contains a generator, validator, and translator for
 Molecule QCSchema.
 
 %prep
-%setup -q -n QCElemental-%{version}
+%setup -q -n QCElemental-%{version}%{?rc}
+%patch -P 0 -p 1 -b .nogit
 # Remove bundled egg-info
 rm -rf QCElemental.*-info
+# Put in the version in pyproject.toml
+sed -i 's|@VERSION@|%{version}%{?rc}|g' pyproject.toml
 
 %generate_buildrequires
 %pyproject_buildrequires
@@ -74,9 +82,15 @@ rm -rf QCElemental.*-info
 %license LICENSE
 %doc README.md
 %{python3_sitelib}/qcelemental
-%{python3_sitelib}/qcelemental-%{version}.dist-info
+%{python3_sitelib}/qcelemental-%{version}%{?rc}.dist-info
 
 %changelog
+* Mon May 18 2026 Susi Lehtola <jussilehtola@fedoraproject.org> - 0.50.0-0.1.rc5
+- Update to 0.50.0rc5.
+
+* Mon Apr 20 2026 Susi Lehtola <jussilehtola@fedoraproject.org> - 0.30.1-1
+- Update to 0.30.1.
+
 * Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.29.0-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
 

diff --git a/sources b/sources
index 63a2313..24e1ae8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (python-qcelemental-0.29.0.tar.gz) = 66375037a235a45671d4b14a6ce2917db785acb496e2f609762f0c1f4c83568ef97d7ef6fc5195fb82875bc365d307e184987131639ae750632431b81d9a1c2d
+SHA512 (python-qcelemental-0.50.0rc5.tar.gz) = 80784b332273beba7852254b3fbd4aee1a9d82bffc642cdb4cb6dd7e11fa451ac06ea6637504f2497425e8cf3796fe95b2109061f2297e2d59800950729d75a9

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-25 10:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-25 10:29 [rpms/python-qcelemental] f43: Update to 0.50.0rc5 Susi Lehtola

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox