File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed
Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1- HEAD
2- ====
1+ 1.3 - 2025-01-14
2+ ================
33 - The new :class: `modelcif.CustomTemplate ` class allows for custom templates
44 (that have not been deposited in a database such as PDB) to be referenced,
55 together with their atomic coordinates (#1).
Original file line number Diff line number Diff line change 66import modelcif .data
77import sys
88
9- __version__ = '1.2 '
9+ __version__ = '1.3 '
1010
1111
1212class System (object ):
Original file line number Diff line number Diff line change 66 from distutils .core import setup
77import sys
88
9- VERSION = "1.2 "
9+ VERSION = "1.3 "
1010
1111copy_args = sys .argv [1 :]
1212
Original file line number Diff line number Diff line change 11Name: python3-modelcif
22License: MIT
33Group: Applications/Engineering
4- Version: 1.2
4+ Version: 1.3
55Release: 1%{?dist }
66Summary: Package for handling ModelCIF mmCIF and BinaryCIF files
77Packager: Ben Webb < ben@salilab.org>
@@ -28,6 +28,9 @@ compliant with the ModelCIF extension. It works with Python 2.7 or Python 3.
2828%defattr(-,root,root)
2929
3030%changelog
31+ * Tue Jan 14 2025 Ben Webb <ben@salilab.org> 1.3-1
32+ - Update to latest upstream.
33+
3134* Wed Oct 23 2024 Ben Webb <ben@salilab.org> 1.2-1
3235- Update to latest upstream.
3336
You can’t perform that action at this time.
0 commit comments