-
Notifications
You must be signed in to change notification settings - Fork 8
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
6 changed files
with
17 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 |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
import json | ||
from . import util | ||
|
||
__version__ = '2.1' | ||
__version__ = '2.2' | ||
|
||
|
||
class __UnknownValue: | ||
|
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 = "2.1" | ||
VERSION = "2.2" | ||
|
||
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,3 +1,9 @@ | ||
python-ihm (2.2-1~@CODENAME@) @CODENAME@; urgency=low | ||
|
||
* python-ihm 2.2 release | ||
|
||
-- Ben Webb <[email protected]> Thu, 13 Feb 2025 20:24:55 -0800 | ||
|
||
python-ihm (2.1-1~@CODENAME@) @CODENAME@; urgency=low | ||
|
||
* python-ihm 2.1 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: 2.1 | ||
Version: 2.2 | ||
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 | ||
* Thu Feb 13 2025 Ben Webb <[email protected]> 2.2-1 | ||
- Update to latest upstream. | ||
|
||
* Wed Feb 12 2025 Ben Webb <[email protected]> 2.1-1 | ||
- Update to latest upstream. | ||
|
||
|