diff options
author | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2025-05-29 11:13:44 +0000 |
---|---|---|
committer | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2025-05-29 11:13:44 +0000 |
commit | fecf35eb6e1f56d40dd11b242a94e32aad5ce5c4 (patch) | |
tree | 49d1ad4cab304f56a04b0cb84f4966256fd26eac | |
parent | 69fbbacfe05440aa8b9b1125af277c08318eae60 (diff) |
automatic import of ipython
-rw-r--r-- | ipython.spec | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ipython.spec b/ipython.spec index 580003a..4828453 100644 --- a/ipython.spec +++ b/ipython.spec @@ -2,7 +2,7 @@ ## (rpmautospec version 0.7.3) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: - release_number = 3; + release_number = 4; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} @@ -57,7 +57,6 @@ BuildRequires: python3-typing-extensions BuildRequires: python3-Cython BuildRequires: python3-matplotlib BuildRequires: python3-matplotlib-inline -BuildRequires: python3-pymongo BuildRequires: python3-tornado >= 4.0 BuildRequires: python3-zmq BuildRequires: python3-nbformat @@ -279,6 +278,9 @@ rm -r %{buildroot}%{python3_sitelib}/IPython/*/tests %changelog ## START: Generated by rpmautospec +* Wed May 28 2025 Karolina Surma <ksurma@redhat.com> - 8.36.0-4 +- Drop the BR on python3-pymongo + * Sun May 18 2025 Miro HronĨok <miro@hroncok.cz> - 8.36.0-3 - Remove unused BuildRequires for python3-backcall |