Thu, 16 May 2024 08:34:23 UTC | login

Information for build opentrep-0.07.11-5.fc38

ID234141
Package Nameopentrep
Version0.07.11
Release5.fc38
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/opentrep.git#589e3e9c6718b09ea8a546fc1948b98686d8174a
SummaryC++ library providing a clean API for parsing travel-focused requests
Descriptionopentrep aims at providing a clean API, and the corresponding C++ implementation, for parsing travel-focused requests. It powers the https://transport-search.org Web site. opentrep uses Xapian (https://www.xapian.org) for the Information Retrieval part, on freely available travel-related data (e.g., country names and codes, city names and codes, airline names and codes, etc.), mainly to be found in the OpenTravelData project (https://github.com/opentraveldata/opentraveldata). The data files are available from https://transport-search.org/data/optd/por/ opentrep exposes a simple, clean and object-oriented, API. For instance, the OPENTREP::interpretTravelRequest() method takes, as input, a string containing the travel request, and yields, as output, the list of the recognized terms as well as their corresponding types. As an example, the travel request 'Washington DC Beijing Monday a/r +AA -UA 1 week 2 adults 1 dog' would give the following list: * Origin airport: Washington, DC, USA * Destination airport: Beijing, China * Date of travel: next Monday * Date of return: 1 week after next Monday * Preferred airline: American Airlines; non-preferred airline: United Airlines * Number of travelers: 2 adults and a dog The output can then be used by other systems, for instance to book the corresponding travel or to visualize it on a map and calendar and to share it with others. opentrep makes an extensive use of existing open-source libraries for increased functionality, speed and accuracy. In particular the Boost (C++ Standard Extensions: https://www.boost.org) and SOCI (https://github.com/SOCI) libraries are used. Note that opentrep currently only recognizes points of reference (POR), as to be found in the following file: https://bit.ly/3fQaddv A good complementary tool is GeoBase (https://opentraveldata.github.io/geobases), a Python-based software able to access to any travel-related data source.
Built bydavidlt
State complete
Volume DEFAULT
StartedTue, 28 Feb 2023 16:14:19 UTC
CompletedTue, 28 Feb 2023 18:38:19 UTC
Taskbuild (f38, /rpms/opentrep.git:589e3e9c6718b09ea8a546fc1948b98686d8174a)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/opentrep.git#589e3e9c6718b09ea8a546fc1948b98686d8174a'}}
Tags
f38
f39
f40
RPMs
src
opentrep-0.07.11-5.fc38.src.rpm (info) (download)
noarch
opentrep-doc-0.07.11-5.fc38.noarch.rpm (info) (download)
riscv64
opentrep-0.07.11-5.fc38.riscv64.rpm (info) (download)
opentrep-devel-0.07.11-5.fc38.riscv64.rpm (info) (download)
python3-opentrep-0.07.11-5.fc38.riscv64.rpm (info) (download)
opentrep-debuginfo-0.07.11-5.fc38.riscv64.rpm (info) (download)
opentrep-debugsource-0.07.11-5.fc38.riscv64.rpm (info) (download)
python3-opentrep-debuginfo-0.07.11-5.fc38.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> 0.07.11-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Sat Dec 31 2022 Pete Walter <pwalter@fedoraproject.org> 0.07.11-4 - Rebuild for ICU 72 * Mon Aug 01 2022 FrantiĊĦek Zatloukal <fzatlouk@redhat.com> 0.07.11-3 - Rebuilt for ICU 71.1 * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> 0.07.11-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Sun Jul 10 2022 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.07.11-1 - Upgraded to v0.07.11 * Mon Jun 13 2022 Python Maint <python-maint@redhat.com> 0.07.10-5 - Rebuilt for Python 3.11 * Wed May 04 2022 Thomas Rodgers <trodgers@redhat.com> 0.07.10-4 - Rebuilt for Boost 1.78 * Fri Jan 28 2022 Troy Dawson <tdawson@redhat.com> 0.07.10-3 - Remove package.cfg; Part of epel8-playground decommission * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> 0.07.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Sun Nov 14 2021 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.07.10-1 - Upstream update * Sun Nov 07 2021 Mamoru TASAKA <mtasaka@fedoraproject.org> 0.07.9-7 - Upstream patch to build with boost 1.76 * Tue Oct 26 2021 Adrian Reber <adrian@lisas.de> 0.07.9-6 - Rebuilt for protobuf 3.18.1 * Sat Aug 07 2021 Jonathan Wakely <jwakely@redhat.com> 0.07.9-5 - Rebuilt for Boost 1.76 * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> 0.07.9-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Sat Jun 26 2021 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.07.9-3 - Fixed the naming issue * Sat Jun 26 2021 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.07.9-1 - Upstream upgrade * Fri Jun 04 2021 Python Maint <python-maint@redhat.com> 0.07.7-15 - Rebuilt for Python 3.10 * Thu May 20 2021 Pete Walter <pwalter@fedoraproject.org> 0.07.7-14 - Rebuild for ICU 69 * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> 0.07.7-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Mon Jan 25 2021 Honza Horak <hhorak@redhat.com> 0.07.7-12 - Use correct name for the mariadb package * Fri Jan 22 2021 Jonathan Wakely <jwakely@redhat.com> 0.07.7-11 - Rebuilt for Boost 1.75