-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Squashed 'modules/core/dependency/python-ihm/' changes from 78f278840…
…0..5c7c382a41 5c7c382a41 Prepare for 1.5 release 4df39c4d83 Don't duplicate struct_ref.id, closes ihmwg/python-ihm#149 git-subtree-dir: modules/core/dependency/python-ihm git-subtree-split: 5c7c382a415580b1999d743c3fd119668fcd79ee
- Loading branch information
Showing
9 changed files
with
63 additions
and
32 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
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 = "1.4" | ||
VERSION = "1.5" | ||
|
||
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
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,3 +1,9 @@ | ||
python-ihm (1.5-1~@CODENAME@) @CODENAME@; urgency=low | ||
|
||
* python-ihm 1.5 release | ||
|
||
-- Ben Webb <[email protected]> Fri, 06 Sep 2024 14:15:12 -0700 | ||
|
||
python-ihm (1.4-1~@CODENAME@) @CODENAME@; urgency=low | ||
|
||
* python-ihm 1.4 release | ||
|
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: 1.4 | ||
Version: 1.5 | ||
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 | ||
* Fri Sep 06 2024 Ben Webb <[email protected]> 1.5-1 | ||
- Update to latest upstream. | ||
|
||
* Fri Aug 30 2024 Ben Webb <[email protected]> 1.4-1 | ||
- Update to latest upstream. | ||
|
||
|