Compare commits

..

17 commits

Author SHA1 Message Date
Fedora Release Engineering
87e1936384 Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild 2026-01-16 03:24:15 +00:00
W. Michael Petullo
09167072f6 Update package specification URLs
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2026-01-07 08:16:09 -06:00
Python Maint
9a603528c5 Rebuilt for Python 3.14.0rc3 bytecode 2025-09-19 12:06:12 +02:00
Python Maint
e8206dc9d2 Rebuilt for Python 3.14.0rc2 bytecode 2025-08-15 12:37:40 +02:00
Fedora Release Engineering
3d132c4086 Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-23 16:42:54 +00:00
W. Michael Petullo
57573ca4e6 Fix package checks
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2025-06-18 15:37:59 -05:00
W. Michael Petullo
ce2905f7c7 Update to 0.11.2 and revise to reflect upstream name change
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2025-06-18 14:10:26 -05:00
Python Maint
d93e77affe Rebuilt for Python 3.14 2025-06-03 12:54:40 +02:00
Fedora Release Engineering
91ca27e486 Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-16 10:29:52 +00:00
Fedora Release Engineering
0bbe15ebaf Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild 2024-07-17 16:31:49 +00:00
Python Maint
61f41adc1f Rebuilt for Python 3.13 2024-06-08 10:28:09 +02:00
Fedora Release Engineering
7ce5edb38e Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-22 22:35:42 +00:00
Fedora Release Engineering
9139721de5 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-19 12:03:51 +00:00
Fedora Release Engineering
196d506af5 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-07-19 12:50:26 +00:00
Python Maint
4e8645e116 Rebuilt for Python 3.12 2023-06-29 18:48:34 +02:00
W. Michael Petullo
c32cf8e775 Revise academic-admin-0.8.1-dependencies.patch to use more liberal dependencies
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2023-05-23 18:04:45 -05:00
W. Michael Petullo
17256d71df Update to 0.8.1 and revise to reflect upstream name change
Upstream moved its repository to
https://github.com/wowchemy/hugo-academic-cli and renamed the source
file from academic-admin to hugo-academic-cli. This package revision
reflects that, and it adds "Provides: hugo-academic-cli".

Signed-off-by: W. Michael Petullo <mike@flyn.org>
2023-05-14 11:07:31 -05:00
5 changed files with 29 additions and 43 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
/academic-admin-0.5.1.tar.gz
/hugo-academic-cli-0.8.1.tar.gz
/academic-file-converter-0.11.2.tar.gz

View file

@ -0,0 +1,12 @@
diff -u --recursive academic-file-converter-vanilla/pyproject.toml academic-file-converter/pyproject.toml
--- academic-file-converter-vanilla/pyproject.toml 2025-06-18 13:14:28.847064863 -0500
+++ academic-file-converter/pyproject.toml 2025-06-18 15:35:16.337538039 -0500
@@ -29,7 +29,7 @@
[tool.poetry.dependencies]
python = ">=3.11.5"
bibtexparser = "~1.4"
-"ruamel.yaml" = "~0.17"
+"ruamel.yaml" = ">=0.17"
nbconvert = "^7.10.0"
pyyaml = "^6.0.1"

View file

@ -1,26 +0,0 @@
diff -u --recursive hugo-academic-cli-0.8.1-vanilla/Pipfile hugo-academic-cli-0.8.1/Pipfile
--- hugo-academic-cli-0.8.1-vanilla/Pipfile 2021-11-29 14:56:51.000000000 -0600
+++ hugo-academic-cli-0.8.1/Pipfile 2023-05-23 18:01:32.585050210 -0500
@@ -6,8 +6,8 @@
[packages]
toml = "*"
requests = "*"
-bibtexparser = "==1.1.0"
-"ruamel.yaml" = "==0.16.10"
+bibtexparser = ">=1.1.0"
+"ruamel.yaml" = ">=0.16.10"
[dev-packages]
pytest = "*"
diff -u --recursive hugo-academic-cli-0.8.1-vanilla/setup.py hugo-academic-cli-0.8.1/setup.py
--- hugo-academic-cli-0.8.1-vanilla/setup.py 2021-11-29 14:56:51.000000000 -0600
+++ hugo-academic-cli-0.8.1/setup.py 2023-05-23 18:01:01.554343034 -0500
@@ -13,7 +13,7 @@
version = get_version("academic")
-requirements = ["ruamel.yaml==0.16.10", "toml", "requests", "bibtexparser==1.1.0"]
+requirements = ["ruamel.yaml>=0.16.10", "toml", "requests", "bibtexparser>=1.1.0"]
if sys.argv[-1] == "publish":
if os.system("pip3 freeze --all | grep wheel"):

View file

@ -1,41 +1,40 @@
%global srcname hugo-academic-cli
%global srcname academic-file-converter
Name: academic-admin
Version: 0.8.1
Version: 0.11.2
Release: %autorelease
Summary: Admin tool for the Academic website builder
License: MIT
URL: https://github.com/wowchemy/%{srcname}
Source0: https://github.com/wowchemy/%{srcname}/archive/%{version}/%{srcname}-%{version}.tar.gz
Patch0: academic-admin-0.8.1-dependencies.patch
URL: https://github.com/BuildLore/%{srcname}
Source: https://github.com/BuildLore/%{srcname}/archive/%{version}/%{srcname}-%{version}.tar.gz
Patch0: academic-admin-0.11.2-dependencies.patch
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-toml
BuildRequires: python3-requests
BuildRequires: python3-bibtexparser
Provides: %srcname
%global _description %{expand:
An admin tool for the Academic website builder.}
%description
An admin tool for the Academic website builder.
%description %_description
%prep
%autosetup -n %{srcname}-%{version} -p1
%autosetup -p1 -n %{srcname}-%{version}
%generate_buildrequires
%pyproject_buildrequires
%build
%py3_build
%pyproject_wheel
%install
%py3_install
%pyproject_install
%files -n academic-admin
%doc README.md
%license LICENSE.md
%{python3_sitelib}/academic-%{version}-py%{python3_version}.egg-info/
%{python3_sitelib}/academic/
%{python3_sitelib}/academic-%{version}.dist-info/
%{_bindir}/*
%changelog

View file

@ -1 +1 @@
SHA512 (hugo-academic-cli-0.8.1.tar.gz) = 3900072e129e906d5b1bb619f78f9194fe5f4b60cc802a3d3a5b64f597b93b9ffb6c1fb8e596f1dec23f1d22025875af044ae5b06c287abb80a7c64f3e12d056
SHA512 (academic-file-converter-0.11.2.tar.gz) = 913451c99a823cfb63e1490fc1067cfaf8c4dfd66fb61d42a123e6a691321f34d698e6f03cf590cc952e475da19422b16645a60abd52280c1e6c071a026b1a8f