File tree Expand file tree Collapse file tree 6 files changed +15
-6
lines changed Expand file tree Collapse file tree 6 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 1
- HEAD
2
- ====
1
+ 1.7 - 2024-10-22
2
+ ================
3
3
- Sanity checks when writing out a file can now be disabled if desired,
4
4
using the new ``check `` argument to :func: `ihm.dumper.write ` (#153).
5
5
- Data that have been split over multiple mmCIF or BinaryCIF files can now
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ include LICENSE
3
3
include examples/*
4
4
include src/ihm_format.h
5
5
include src/ihm_format.i
6
- include src/ihm_format_wrap_1.6 .c
6
+ include src/ihm_format_wrap_1.7 .c
Original file line number Diff line number Diff line change 20
20
import json
21
21
from . import util
22
22
23
- __version__ = '1.6 '
23
+ __version__ = '1.7 '
24
24
25
25
26
26
class __UnknownValue (object ):
Original file line number Diff line number Diff line change 7
7
import sys
8
8
import os
9
9
10
- VERSION = "1.6 "
10
+ VERSION = "1.7 "
11
11
12
12
copy_args = sys .argv [1 :]
13
13
Original file line number Diff line number Diff line change
1
+ python-ihm (1.7-1~@CODENAME@) @CODENAME@; urgency=low
2
+
3
+ * python-ihm 1.7 release
4
+
5
+ -- Ben Webb <ben@salilab.org> Tue, 22 Oct 2024 23:02:03 -0700
6
+
1
7
python-ihm (1.6-1~@CODENAME@) @CODENAME@; urgency=low
2
8
3
9
* python-ihm 1.6 release
Original file line number Diff line number Diff line change 1
1
Name: python3-ihm
2
2
License: MIT
3
3
Group: Applications/Engineering
4
- Version: 1.6
4
+ Version: 1.7
5
5
Release: 1%{?dist }
6
6
Summary: Package for handling IHM mmCIF and BinaryCIF files
7
7
Packager: Ben Webb < ben@salilab.org>
@@ -36,6 +36,9 @@ sed -i -e "s/install_requires=\['msgpack'\]/#/" setup.py
36
36
%defattr(-,root,root)
37
37
38
38
%changelog
39
+ * Thu Oct 22 2024 Ben Webb <ben@salilab.org> 1.7-1
40
+ - Update to latest upstream.
41
+
39
42
* Fri Sep 27 2024 Ben Webb <ben@salilab.org> 1.6-1
40
43
- Update to latest upstream.
41
44
You can’t perform that action at this time.
0 commit comments