Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[py-make] use tagged source URL #7549

Merged
merged 2 commits into from
Jan 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 2 additions & 6 deletions pip/make.file
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
%define tag ce2ef5834837a35dba5f2bea8866b61c8907c83a
%define branch master
%define github_user fholmer
%define source0 git+https://github.com/%{github_user}/make.git?obj=%{branch}/%{tag}&export=make-%{realversion}&output=/source.tar.gz

Requires: py3-Jinja2 py3-jinja2-time
%define source0 https://github.com/fholmer/make/archive/refs/tags/%{realversion}.tar.gz
Requires: py3-Jinja2 py3-jinja2-time
2 changes: 1 addition & 1 deletion pip/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ lockfile==0.12.2
luigi==3.0.3
lxml==4.6.5
lz4==3.1.3
make==0.1.6post2
make==0.1.6.post2
Mako==1.1.5
Markdown==3.3.4
MarkupSafe==2.0.1
Expand Down