Skip to content

Commit 4575abc

Browse files
committed
pytrap: increased version, released package
* apply replacement on invalid utf-8 strings implicitly * fixed compilation issue for non-C99 standard * catch exception during recvBulk() and print it * cleanup and added check for PyDict_setItem result * add object type check into parameter parsing * BUGFIX - increment refcount before returning field type * remove python2 checks * add capability to set arrays from dict
1 parent 44181e1 commit 4575abc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pytrap/nemea-pytrap.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
%endif
77

88
Name: %{pypi_name}
9-
Version: 0.15.0
9+
Version: 0.16.0
1010
Release: 1%{?dist}
1111
Summary: Python extension of the NEMEA project
1212

pytrap/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
SRC_PATH = os.path.relpath(os.path.join(os.path.dirname(__file__), ".", "src"))
55

66
name = 'nemea-pytrap'
7-
version = '0.15.0'
7+
version = '0.16.0'
88
release = version
99
description = 'Python extension of the NEMEA project.'
1010
long_description = 'The pytrap module is a native Python extension that allows for writing NEMEA modules in Python.'

0 commit comments

Comments
 (0)