Compare commits
No commits in common. "rawhide" and "f33" have entirely different histories.
6 changed files with 39 additions and 57 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,3 +1 @@
|
||||||
/academic-admin-0.5.1.tar.gz
|
/academic-admin-0.5.1.tar.gz
|
||||||
/hugo-academic-cli-0.8.1.tar.gz
|
|
||||||
/academic-file-converter-0.11.2.tar.gz
|
|
||||||
|
|
|
||||||
|
|
@ -1,12 +0,0 @@
|
||||||
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"
|
|
||||||
|
|
||||||
10
academic-admin-0.5.1-shebang-fix.patch
Normal file
10
academic-admin-0.5.1-shebang-fix.patch
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
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,41 +1,49 @@
|
||||||
%global srcname academic-file-converter
|
%global srcname academic-admin
|
||||||
|
|
||||||
Name: academic-admin
|
Name: %{srcname}
|
||||||
Version: 0.11.2
|
Version: 0.5.1
|
||||||
Release: %autorelease
|
Release: 2%{?dist}
|
||||||
Summary: Admin tool for the Academic website builder
|
Summary: Admin tool for the Academic website builder
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/BuildLore/%{srcname}
|
URL: https://github.com/sourcethemes/%{srcname}
|
||||||
Source: https://github.com/BuildLore/%{srcname}/archive/%{version}/%{srcname}-%{version}.tar.gz
|
Source0: https://github.com/sourcethemes/%{srcname}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||||
Patch0: academic-admin-0.11.2-dependencies.patch
|
Patch0: academic-admin-0.5.1-shebang-fix.patch
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
|
BuildRequires: python3-setuptools
|
||||||
|
BuildRequires: python3-toml
|
||||||
|
BuildRequires: python3-requests
|
||||||
|
BuildRequires: python3-bibtexparser
|
||||||
|
|
||||||
%global _description %{expand:
|
%description
|
||||||
An admin tool for the Academic website builder.}
|
An admin tool for the Academic website builder.
|
||||||
|
|
||||||
%description %_description
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n %{srcname}-%{version}
|
%autosetup -n %{srcname}-%{version} -p1
|
||||||
|
|
||||||
%generate_buildrequires
|
|
||||||
%pyproject_buildrequires
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_wheel
|
%py3_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%pyproject_install
|
%py3_install
|
||||||
|
|
||||||
%files -n academic-admin
|
%files -n %{srcname}
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%license LICENSE.md
|
%license LICENSE.md
|
||||||
|
%{python3_sitelib}/academic-%{version}-py%{python3_version}.egg-info/
|
||||||
%{python3_sitelib}/academic/
|
%{python3_sitelib}/academic/
|
||||||
%{python3_sitelib}/academic-%{version}.dist-info/
|
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
%autochangelog
|
* 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
|
||||||
|
|
|
||||||
22
changelog
22
changelog
|
|
@ -1,22 +0,0 @@
|
||||||
* 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-file-converter-0.11.2.tar.gz) = 913451c99a823cfb63e1490fc1067cfaf8c4dfd66fb61d42a123e6a691321f34d698e6f03cf590cc952e475da19422b16645a60abd52280c1e6c071a026b1a8f
|
SHA512 (academic-admin-0.5.1.tar.gz) = 26a84183eaa8dcd9107db0c5d5b70da52cd2478d0b97aee1e0a9f90eb4b6cb3e36166fb43f2db26fd4105eb11f3a38b1a52251c971d25d19b3c38676f9ae50be
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue