Compare commits
21 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
87e1936384 | ||
|
|
09167072f6 | ||
|
|
9a603528c5 | ||
|
|
e8206dc9d2 | ||
|
|
3d132c4086 | ||
|
|
57573ca4e6 | ||
|
|
ce2905f7c7 | ||
|
|
d93e77affe | ||
|
|
91ca27e486 | ||
|
|
0bbe15ebaf | ||
|
|
61f41adc1f | ||
|
|
7ce5edb38e | ||
|
|
9139721de5 | ||
|
|
196d506af5 | ||
|
|
4e8645e116 | ||
|
|
c32cf8e775 | ||
|
|
17256d71df | ||
|
|
9c179c7c75 | ||
|
|
1351fe1888 | ||
|
|
d1f89af682 | ||
|
|
799d99d634 |
6 changed files with 57 additions and 51 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1 +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
|
||||
|
|
|
|||
12
academic-admin-0.11.2-dependencies.patch
Normal file
12
academic-admin-0.11.2-dependencies.patch
Normal 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"
|
||||
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
diff --git a/academic/cli.py b/academic/cli.py
|
||||
index 03f5fce..a64bfb8 100755
|
||||
--- a/academic/cli.py
|
||||
+++ b/academic/cli.py
|
||||
@@ -1,5 +1,3 @@
|
||||
-#!/usr/bin/env python3
|
||||
-
|
||||
import subprocess
|
||||
import sys
|
||||
import os
|
||||
|
|
@ -1,61 +1,41 @@
|
|||
%global srcname academic-admin
|
||||
%global srcname academic-file-converter
|
||||
|
||||
Name: %{srcname}
|
||||
Version: 0.5.1
|
||||
Release: 6%{?dist}
|
||||
Name: academic-admin
|
||||
Version: 0.11.2
|
||||
Release: %autorelease
|
||||
Summary: Admin tool for the Academic website builder
|
||||
|
||||
License: MIT
|
||||
URL: https://github.com/sourcethemes/%{srcname}
|
||||
Source0: https://github.com/sourcethemes/%{srcname}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
Patch0: academic-admin-0.5.1-shebang-fix.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
|
||||
|
||||
%description
|
||||
An admin tool for the Academic website builder.
|
||||
%global _description %{expand:
|
||||
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 %{srcname}
|
||||
%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
|
||||
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.5.1-4
|
||||
- Rebuilt for Python 3.10
|
||||
|
||||
* Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Wed Mar 25 2020 W. Michael Petullo <mike@flyn.org> - 0.5.1-1
|
||||
- New upstream version
|
||||
- Patch out shebang lines from non-executable Python files
|
||||
- Update Source0
|
||||
|
||||
* Thu Mar 12 2020 W. Michael Petullo <mike@flyn.org> - 0.5.0-1
|
||||
- Initial package
|
||||
%autochangelog
|
||||
|
|
|
|||
22
changelog
Normal file
22
changelog
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.5.1-4
|
||||
- Rebuilt for Python 3.10
|
||||
|
||||
* Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Wed Mar 25 2020 W. Michael Petullo <mike@flyn.org> - 0.5.1-1
|
||||
- New upstream version
|
||||
- Patch out shebang lines from non-executable Python files
|
||||
- Update Source0
|
||||
|
||||
* Thu Mar 12 2020 W. Michael Petullo <mike@flyn.org> - 0.5.0-1
|
||||
- Initial package
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (academic-admin-0.5.1.tar.gz) = 26a84183eaa8dcd9107db0c5d5b70da52cd2478d0b97aee1e0a9f90eb4b6cb3e36166fb43f2db26fd4105eb11f3a38b1a52251c971d25d19b3c38676f9ae50be
|
||||
SHA512 (academic-file-converter-0.11.2.tar.gz) = 913451c99a823cfb63e1490fc1067cfaf8c4dfd66fb61d42a123e6a691321f34d698e6f03cf590cc952e475da19422b16645a60abd52280c1e6c071a026b1a8f
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue