Skip to content

Commit c786e8a

Browse files
committed
[Release] Release of version 0.07.14
1 parent c7f987e commit c786e8a

File tree

5 files changed

+25
-18
lines changed

5 files changed

+25
-18
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
cmake_minimum_required (VERSION 3.0)
2+
cmake_minimum_required (VERSION 3.15..)
33

44
##
55
# CMake macros for the project
@@ -10,7 +10,7 @@ include (config/project_config_embeddable.cmake)
1010
project (opentrep)
1111
set_project_names (opentrep OpenTREP)
1212
set_project_brief ("C++ Open Travel Request Parsing Library")
13-
set_project_versions (0 07 13)
13+
set_project_versions (0 07 14)
1414

1515
##
1616
# Project options

ChangeLog

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
* Sat Dec 02 2023 Denis Arnaud <denis.arnaud_fedora at m4x.org> 0.07.14
2+
- Upgraded a few CMake support files
3+
14
* Wed Nov 30 2022 Denis Arnaud <denis.arnaud_fedora at m4x.org> 0.07.13
25
- Upgraded a few CMake support files
36

NEWS

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
* 2023-12-02:
2+
- Version 0.07.14
3+
- Upgraded a few CMake support files
4+
15
* 2023-05-01:
26
- Version 0.07.13
37
- Upgraded a few CMake support files

README.md

+15-15
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ GitHub generates
258258
[tar-balls on the fly for every tagged release](https://github.com/trep/opentrep/releases).
259259
For instance:
260260
```bash
261-
$ wget https://github.com/trep/opentrep/archive/opentrep-0.07.13.tar.gz
261+
$ wget https://github.com/trep/opentrep/archive/opentrep-0.07.14.tar.gz
262262
```
263263

264264
Note that SourceForge also stores some
@@ -599,7 +599,7 @@ To customize OpenTREP to your environment, you can alter
599599
the installation directory:
600600
```bash
601601
export INSTALL_BASEDIR="${HOME}/dev/deliveries"
602-
export TREP_VER="0.07.13"
602+
export TREP_VER="0.07.14"
603603
if [ -d /usr/lib64 ]; then LIBSUFFIX="64"; else LIBSUFFIX=""; fi
604604
export LIBSUFFIX_4_CMAKE="-DLIB_SUFFIX=$LIBSUFFIX"
605605
```
@@ -1006,17 +1006,17 @@ $ python -m pip install -U pyjq pyyaml
10061006
$ python -mpip install -U opentrep
10071007
Defaulting to user installation because normal site-packages is not writeable
10081008
Collecting opentrep
1009-
Using cached opentrep-0.7.13.tar.gz (1.7 MB)
1009+
Using cached opentrep-0.7.14.tar.gz (1.7 MB)
10101010
Installing build dependencies ... done
10111011
Getting requirements to build wheel ... done
10121012
Preparing wheel metadata ... done
10131013
Building wheels for collected packages: opentrep
10141014
Building wheel for opentrep (PEP 517) ... done
1015-
Created wheel for opentrep: filename=opentrep-0.7.13-cp39-cp39-linux_x86_64.whl size=3060796 sha256=6362e3a86af016b251fe33b9f76db17322ec15a60575082f31f6b719ba2cf97f
1015+
Created wheel for opentrep: filename=opentrep-0.7.14-cp39-cp39-linux_x86_64.whl size=3060796 sha256=6362e3a86af016b251fe33b9f76db17322ec15a60575082f31f6b719ba2cf97f
10161016
Stored in directory: ~/.cache/pip/wheels/82/b3/7c/f026b883cc204eefab1588f5e68661f78fec25395277bd221d
10171017
Successfully built opentrep
10181018
Installing collected packages: opentrep
1019-
Successfully installed opentrep-0.7.13
1019+
Successfully installed opentrep-0.7.14
10201020
```
10211021

10221022
* Set the `LD_LIBRARY_PATH`/`DYLD_LIBRARY_PATH` and `PYTHONPATH`
@@ -1054,8 +1054,8 @@ $ python setup.py --build-type=Debug build sdist bdist_wheel # the build takes a
10541054
$ ls -lFh _skbuild/*-x86_64-3.9/ dist/
10551055
dist/:
10561056
total 24408
1057-
-rw-r--r-- 1 user staff 9.6M Jan 16 19:10 opentrep-0.7.13.post2-cp39-cp39-macosx_13_0_x86_64.whl
1058-
-rw-r--r-- 1 user staff 1.6M Jan 16 19:10 opentrep-0.7.13.post2.tar.gz
1057+
-rw-r--r-- 1 user staff 9.6M Jan 16 19:10 opentrep-0.7.14.post2-cp39-cp39-macosx_14_0_x86_64.whl
1058+
-rw-r--r-- 1 user staff 1.6M Jan 16 19:10 opentrep-0.7.14.post2.tar.gz
10591059

10601060
_skbuild/*-x86_64-3.9/:
10611061
-rw-r--r-- 1 user staff 0B Jan 10 19:10 _skbuild_MANIFEST
@@ -1084,13 +1084,13 @@ $ docker run --rm -e PLAT=manylinux2010_x86_64 -v `pwd`:/io scikitbuild/manylinu
10841084
user@laptop$ PYPIURL="https://test.pypi.org"
10851085
user@laptop$ twine upload -u __token__ --repository-url ${PYPIURL}/legacy/ dist/*
10861086
Uploading distributions to https://test.pypi.org/legacy/
1087-
Uploading opentrep-0.7.13-cp39-cp39-macosx_13_0_x86_64.whl
1087+
Uploading opentrep-0.7.14-cp39-cp39-macosx_13_0_x86_64.whl
10881088
100%|█████████████████████████████████████████████████████████████████████| 9.86M/9.86M [01:00<00:00, 172kB/s]
1089-
Uploading opentrep-0.7.13.tar.gz
1089+
Uploading opentrep-0.7.14.tar.gz
10901090
100%|█████████████████████████████████████████████████████████████████████| 1.65M/1.65M [00:12<00:00, 139kB/s]
10911091

10921092
View at:
1093-
https://test.pypi.org/project/opentrep/0.7.13/
1093+
https://test.pypi.org/project/opentrep/0.7.14/
10941094
```
10951095

10961096
* Upload/release the Python packages onto the
@@ -1101,13 +1101,13 @@ user@laptop$ keyring set ${PYPIURL}/ __token__
11011101
Password for '__token__' in '${PYPIURL}/':
11021102
user@laptop$ twine upload -u __token__ --repository-url ${PYPIURL}/legacy/ dist/*
11031103
Uploading distributions to https://upload.pypi.org/legacy/
1104-
Uploading opentrep-0.7.13.post2-cp39-cp39-macosx_13_0_x86_64.whl
1104+
Uploading opentrep-0.7.14.post2-cp39-cp39-macosx_13_0_x86_64.whl
11051105
100%|█████████████████████████████████████████████████████████████████████| 9.86M/9.86M [01:00<00:00, 172kB/s]
1106-
Uploading opentrep-0.7.13.post2.tar.gz
1106+
Uploading opentrep-0.7.14.post2.tar.gz
11071107
100%|█████████████████████████████████████████████████████████████████████| 1.65M/1.65M [00:12<00:00, 139kB/s]
11081108

11091109
View at:
1110-
https://pypi.org/project/opentrep/0.7.13.post2/
1110+
https://pypi.org/project/opentrep/0.7.14.post2/
11111111
```
11121112
11131113
## Test the OpenTREP Python extension
@@ -1149,7 +1149,7 @@ $ python3 -mpip install -U opentrep
11491149
```bash
11501150
$ python -mpip show opentrep
11511151
Name: opentrep
1152-
Version: 0.7.13
1152+
Version: 0.7.14
11531153
...
11541154
Location: ~/.pyenv/versions/3.10.1/lib/python3.9/site-packages
11551155
Requires: protobuf
@@ -1158,7 +1158,7 @@ Requires: protobuf
11581158
```bash
11591159
$ python3 -mpip show opentrep
11601160
Name: opentrep
1161-
Version: 0.7.13
1161+
Version: 0.7.14
11621162
...
11631163
Location: /usr/local/lib/python3.9/site-packages
11641164
Requires: protobuf

autogen.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ fi
5151
#
5252
VERSION_MAJOR=0
5353
VERSION_MINOR=07
54-
VERSION_PATCH=13
54+
VERSION_PATCH=14
5555
VERSION_TMP_STRING=`grep "set_project_versions" CMakeLists.txt | sed -e "s/set_project_versions.*\([0-9]\+.\+[0-9]\+.\+[0-9]\+\).\+/\1/"`
5656
VERSION_STRING=`echo "${VERSION_TMP_STRING}" | grep "^[0-9]\+.[0-9]\+.[0-9]\+$"`
5757

0 commit comments

Comments
 (0)