-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
import sys | ||
import os | ||
|
||
VERSION = "0.39" | ||
VERSION = "0.40" | ||
|
||
copy_args = sys.argv[1:] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Name: python3-ihm | ||
License: MIT | ||
Group: Applications/Engineering | ||
Version: 0.39 | ||
Version: 0.40 | ||
Release: 1%{?dist} | ||
Summary: Package for handling IHM mmCIF and BinaryCIF files | ||
Packager: Ben Webb <[email protected]> | ||
|
@@ -36,6 +36,9 @@ sed -i -e "s/install_requires=\['msgpack'\]/#/" setup.py | |
%defattr(-,root,root) | ||
|
||
%changelog | ||
* Mon Sep 25 2023 Ben Webb <[email protected]> 0.40-1 | ||
- Update to latest upstream. | ||
|
||
* Fri Aug 04 2023 Ben Webb <[email protected]> 0.39-1 | ||
- Update to latest upstream. | ||
|
||
|