-
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 f49b8e991…
…7..a8122418ca a8122418ca Prepare for 0.41 release fb63400f75 Add more info on steps 1584b66a82 Remove unused variable fd16469460 Use seq_id internally for branched entities 65405a13dd Account for new atom_site.auth_comp_id in examples c98b9c755f Add atom_site.auth_comp_id c22c2988ac Add _pdbx_branch_scheme.pdb_mon_id 3ed7b65da3 Skip pdbx_entity_nonpoly table for branched entity 5d69a98b33 Sort output to make a little more readable git-subtree-dir: modules/core/dependency/python-ihm git-subtree-split: a8122418ca30d3341d2dcbbd98b465a2fbe1a829
- Loading branch information
Showing
13 changed files
with
77 additions
and
48 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
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.40" | ||
VERSION = "0.41" | ||
|
||
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
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,7 +1,7 @@ | ||
Name: python3-ihm | ||
License: MIT | ||
Group: Applications/Engineering | ||
Version: 0.40 | ||
Version: 0.41 | ||
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 Oct 02 2023 Ben Webb <[email protected]> 0.41-1 | ||
- Update to latest upstream. | ||
|
||
* Mon Sep 25 2023 Ben Webb <[email protected]> 0.40-1 | ||
- Update to latest upstream. | ||
|
||
|