forked from pool/flatbuffers
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| dc96b689ff | |||
| b6e3c8122b | |||
| 6186442a65 | |||
| 6839388b44 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1cce06b17cddd896b6d73cc047e36a254fb8df4d7ea18a46acf16c4c0cd3f3f3
|
||||
size 2257271
|
||||
3
flatbuffers-25.2.10.tar.gz
Normal file
3
flatbuffers-25.2.10.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b9c2df49707c57a48fc0923d52b8c73beb72d675f9d44b2211e4569be40a7421
|
||||
size 2299918
|
||||
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 17 09:37:37 UTC 2025 - Hans-Peter Jansen <hpj@urpla.net>
|
||||
|
||||
- Update to 25.2.10
|
||||
- Removed the old documentation pages. The new one is live at https://flatbuffers.dev
|
||||
- Swift version 6.0 support (#8414)
|
||||
- Changes from 25.1.24
|
||||
- Mostly related to bazel build support.
|
||||
- Min bazel supported is now 7 or higher, as WORKSPACE files are removed (#8509)
|
||||
- Minor C++ codegen fix removing extra semicolon (#8488)
|
||||
- Changes from 27.1.21
|
||||
- Rust Full Reflection (#8102)
|
||||
- Mostly documentation updates hosted at https://flatbuffers.dev
|
||||
- Changes from 24.3.25
|
||||
- Fixed license metadata parsing (#8253)
|
||||
- [C++] Allow string_view in `LookUpByKey` in addition to null-terminated c-style strings (#8203)
|
||||
- Changes from 24.3.7
|
||||
- Just to fix some of the CI build issues from the 24.3.6 release.
|
||||
- Changes from 24.3.6
|
||||
- Fix typescript object API to allow 0 values for null-default scalars (#7864)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 11 10:30:43 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
@@ -270,7 +291,7 @@ Wed Jun 21 16:26:30 UTC 2017 - sebix+novell.com@sebix.at
|
||||
* Many other fixes and improvements, 116 commits since 1.6.0
|
||||
|
||||
-----------------------------------------------------------------
|
||||
Sat Jun 17 :02:48 UTC 2017 - sebix+novell.com@sebix.at
|
||||
Sat Jun 17 15:02:48 UTC 2017 - sebix+novell.com@sebix.at
|
||||
|
||||
- update to 1.6.0
|
||||
- upstrm changelog for 1.6.0:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package flatbuffers
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,9 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%define sonum 23_5_26
|
||||
%define sonum 25_2_10
|
||||
Name: flatbuffers
|
||||
Version: 23.5.26
|
||||
Version: 25.2.10
|
||||
Release: 0
|
||||
Summary: Memory Efficient Serialization Library
|
||||
License: Apache-2.0
|
||||
@@ -64,7 +64,6 @@ and tools.
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
chmod -x docs/source/*.md docs/footer.html docs/source/doxyfile
|
||||
%cmake -DCMAKE_BUILD_TYPE=Release \
|
||||
-DFLATBUFFERS_BUILD_SHAREDLIB=ON \
|
||||
-DFLATBUFFERS_BUILD_FLATLIB=OFF \
|
||||
|
||||
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 27 03:06:58 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Use pyproject macros to build and install.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 17 12:44:12 UTC 2025 - Hans-Peter Jansen <hpj@urpla.net>
|
||||
|
||||
- Update to 25.2.10
|
||||
- Fix invalid ../LICENSE file reference in build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 6 11:39:48 UTC 2024 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-flatbuffers
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,14 +18,16 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-flatbuffers
|
||||
Version: 23.5.26
|
||||
Version: 25.2.10
|
||||
Release: 0
|
||||
Summary: The FlatBuffers serialization format for Python
|
||||
License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
URL: https://google.github.io/flatbuffers/
|
||||
Source0: https://github.com/google/flatbuffers/archive/v%{version}.tar.gz#/flatbuffers-%{version}.tar.gz
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Recommends: python-numpy
|
||||
@@ -37,17 +39,19 @@ Python runtime library for use with the Flatbuffers serialization format.
|
||||
|
||||
%prep
|
||||
%setup -q -n flatbuffers-%{version}/python
|
||||
ln ../LICENSE
|
||||
sed -i 's|../LICENSE|LICENSE|g' setup.cfg
|
||||
|
||||
%build
|
||||
%python_build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%pyproject_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%files %{python_files}
|
||||
%license ../LICENSE
|
||||
%{python_sitelib}/flatbuffers*
|
||||
%{python_sitelib}/flatbuffers-%{version}*-info
|
||||
%{python_sitelib}/flatbuffers
|
||||
%{python_sitelib}/flatbuffers-%{version}.dist-info
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user