Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python314-thrift-0.23.0-1.3 RPM for armv6hl

From OpenSuSE Ports Tumbleweed for armv6hl

Name: python314-thrift Distribution: openSUSE Tumbleweed
Version: 0.23.0 Vendor: openSUSE
Release: 1.3 Build date: Thu Apr 30 08:50:09 2026
Group: Development/Libraries/C and C++ Build host: reproducible
Size: 674484 Source RPM: thrift-0.23.0-1.3.src.rpm
Packager: http://bugs.opensuse.org
Url: https://thrift.apache.org
Summary: Python 3.14 bindings for the Thrift software framework
Thrift Python 3.14 library

Thrift is a software framework for scalable cross-language services
development. It combines a software stack with a code generation
engine to build services that work between C++, Java, C#, Python,
Ruby, Perl, PHP, Objective C/Cocoa, Smalltalk, Erlang, Objective
Caml, and Haskell.

Provides

Requires

License

Apache-2.0

Changelog

* Thu Apr 30 2026 Dirk Müller <dmueller@suse.com>
  - update to 0.23.0 (bsc#1263557, CVE-2026-41602,
      bsc#1263492, CVE-2026-41604,
      bsc#1263438, CVE-2026-41605,
      bsc#1263365, CVE-2026-41606,
      bsc#1263321, CVE-2026-41607,
      bsc#1263322, CVE-2026-41636):
    * THRIFT-5877 - Add cpp cross tests
    * THRIFT-5866 - Dockerfile to support Ubuntu 24.04 LTS (Noble
      Numbat)
    * THRIFT-5909 - add Ruby in GitHub workflow
    * THRIFT-5649 - add go in GitHub workflow / action
    * THRIFT-5871 - Improve MAX_MESSAGE_SIZE check and friends
    * THRIFT-5911 - Inconsistent UUID compilation for aliased types
    * THRIFT-5912 - Assertion failed: `delta > 0`, file
      ThreadManagerTests.h, line 162
    * THRIFT-5880 - C++ TSocket on an IPv6-only system fails if you
      use a hostname of 127.0.0.1
    * THRIFT-3268 - warning: token pasting of ',' and `__VA_ARGS__`
      is a GNU extension
    * THRIFT-5887 - build/cmake/ should be prepended (not appended)
      to CMAKE_MODULE_PATH
    * THRIFT-5878 - Add UUID support for THeaderProtocol and
      TProtocolTap
    * THRIFT-5898 - Unable to build Thrift as a shared library on
      Windows
    * THRIFT-5939 - Replace GUID generation with stable UUID
      algorithm
    * THRIFT-5876 - Add Delphi WinHTTP client TLS1.3 support
    * THRIFT-5896 - Race condition in TServerSocket.Addr() method
    * THRIFT-5925 - UUID implementation in JAVA is not according to
      the Thrift Specification
    * THRIFT-5869 - Close the transport after TServerEventHandler
      deleteContext
    * THRIFT-5863 - Make TServerTransport able to customize the max
      message size
    * THRIFT-5774 - Add remote client's IP address to ServerContext
      in TServerEventHandler
    * THRIFT-4280 - Add async nonblocking ssl support in java
      client
    * THRIFT-5879 - java and kotlin cross tests fail in the GitHub
      action
    * THRIFT-5902 - Add net10 support
    * THRIFT-5874 - Introduce new type `MESSAGE_SIZE_LIMIT` in
      TTransportException
    * THRIFT-5937 - nodejs episodic generation does not handle
      extending services
    * THRIFT-5924 - UUID support for nodejs and nodets
    * THRIFT-4987 - TProtocolException: Bad version in
      readMessageBegin when using XHR client with C++ server
    * THRIFT-5924 - UUID support for nodejs and nodets
    * THRIFT-5935 - Fix deprecated non-canonical casts for PHP 8.5
      compatibility
    * THRIFT-5921 - Ubuntu focal fail to run composer install
    * THRIFT-5929 - Fix build failure on PHP 8.5 due to removed
      zend_exception_get_default
    * THRIFT-5927 - Cannot use reserved language keyword "None"
      with target language Python
    * THRIFT-5885 - TBinaryProtocolAccelerated incorrectly
      deserializes IntEnum to None
    * THRIFT-5923 - UUID support for Python
    * THRIFT-5926 - TSaslClientTransport.open() crashes with
      DIGEST-MD5 due to None initial response
    * THRIFT-5915 - Python 3.12+ is not supported due to distutils
    * THRIFT-5892 - PY_SSIZE_T_CLEAN error in some environments
    * THRIFT-5873 - mTLS broken with python THttpClient
    * THRIFT-792 - TSocket hides underlying exceptions when open()
      fails
    * THRIFT-5888 - declare support for free-threaded CPython in
      extension modules
    * THRIFT-5900 - Thrift Cross Test broken in Github (Python
      3.14)
    * THRIFT-5308 - implement ruby seq replyÂ
    * THRIFT-5910 - Add UUID support in Ruby
    * THRIFT-5906 - Remove Fixnum references to support modern Ruby
      versions
    * THRIFT-5905 - Add base64 and logger as explicit dependencies
    * THRIFT-5903 - Fixnum is no longer supported since Ruby 3.2
    * THRIFT-5687 - Ruby gems deprecation warning:
      Gem::Specification#has_rdoc= is deprecated with no
      replacement
    * THRIFT-4035 - Thrift ruby runtime does not send unique
      sequence IDs in requests according to the unit tests
    * THRIFT-1911 - IOError not being caught in socket.rb
    * THRIFT-4526 - Implement rubocop for ruby in the sca build,
      once clean into every make
    * THRIFT-5273 - warning in ruby version >= 2.4
    * THRIFT-5918 - Implement header protocol support for Ruby
    * THRIFT-5559 - Processor can be implemented on handler trait
      itself
    * THRIFT-5928 - skip() call on unknown binary field fails
      deserialization instead of graceful skipping over field
    * THRIFT-5739 - set_nodelay should be enabled for TTcpChannel
* Tue Oct 28 2025 Steve Kowalik <steven.kowalik@suse.com>
  - Use pyproject macros to build and install.
* Thu Jun 19 2025 James Oakley <jfunk@funktronics.ca>
  - Update to 0.22.0:
    * ### Build Process
    - THRIFT-5836 - 0.21.0 fails to build from sources at Arch Linux: No rule
      to make target 'Thrift5272.thrift', needed by
      'gen-cpp/Thrift5272_types.h'
    - THRIFT-5860 - cmake 3.5 as a minimum version does not work with cmake
      4.0.0
    * ### C glib
    - THRIFT-5817 - [C++] Avoid copy of TUuid
    * ### C++
    - THRIFT-5637 - Thrift compiler should be able to output c++ Aggregate
      types
    - THRIFT-5667 - Make ThriftConfig.cmake relocatable
    - THRIFT-5817 - [C++] Avoid copy of TUuid
    - THRIFT-5821 - Cannot compile against aws-lc libcrypto (openssl
      replacement from AWS)
    - THRIFT-5841 - possible init/deinit conflict with manual initialization
      flag
    - THRIFT-5853 - Remove oldstyle casts from TBufferTransports and
      TCompactProtocol
    - THRIFT-5854 - TCompactProtocol readString checks maxMessageSize at wrong
      position and off by one
    - THRIFT-5868 - UUID Support for TCompactProtocol
    - THRIFT-5865 - Fix TBinayProtocol with list<UUID>
    * ### Compiler (General)
    - THRIFT-5823 - Fix illegal uses of exceptions as normal struct type
    - THRIFT-5835 - Allow exceptions to be used as regular struct datatype
    * # Delphi
    - THRIFT-5822 - Remove deprecated AnsiString functions from the library
    - THRIFT-5824 - Migrate, refactor and improve Delphi code generation test
      script
    - THRIFT-5825 - UUID constants lead to uncompileable Delphi code
    - THRIFT-5826 - binary constants create uncompilable Delphi code
    - THRIFT-5827 - enums in typedefs are not resolved in all cases
    - THRIFT-5837 - Delphi implementation for THRIFT-5835
    - THRIFT-5839 - incorrect cast under Win64
    - THRIFT-5850 - Switch IThriftConfiguration interface from Cardinal to
      Integer
    - THRIFT-5851 - Promote known total stream sizes for seekable stream
      transports properly
    - THRIFT-5856 - Client should validate HTTP status
    * ### Go
    - THRIFT-5833 - go: Combine I/O and original error in compiler generated
      Process functions
    - THRIFT-5845 - The write error for union fields should be TException
    - THRIFT-5859 - go: Generate a map for know values of an enum type
    * ### Java
    - THRIFT-5858 - Introduce new type MESSAGE_SIZE_LIMIT in
      TTransportException
    * ### netstd
    - THRIFT-5832 - Drop net6 support and add net9 instead
    - THRIFT-5838 - THttpTransport.FlushAsync does not include original
      exception
    - THRIFT-5852 - Promote known total stream sizes for seekable stream
      transports
    * ### Node.js
    - THRIFT-5811 - Add ES module support to JS codegen
    - THRIFT-5848 - Expose InputBufferUnderrunError in nodejs client
    - THRIFT-5849 - Expose createClient in browser version of nodejs package
    * ### PHP
    - THRIFT-1482 - Unix domain socket support under PHP
    - THRIFT-5829 - PHP lib Use of "static" in callables is deprecated notice
    * ### Python
    - THRIFT-5024 - tutorial\py.tornado\PythonServer.py failed under Tornado6
    - THRIFT-5847 - Python3.12 deprecation in THttpClient
    - THRIFT-5857 - Remove deprecated Tornado io_loop usage
    - THRIFT-5861 - Add isOpen method to TTornadoStreamTransport
    * ### Swift
    - THRIFT-4838 - add unix domain socket support to Swift TSocketTransport
      implementation
* Fri Feb 09 2024 Dominique Leuenberger <dimstar@opensuse.org>
  - Add python-setuptools BuildRequires: fix build.
* Fri Dec 29 2023 Frederic Crozat <fcrozat@suse.com>
  - Update download url.
* Mon Dec 05 2022 Dirk Müller <dmueller@suse.com>
  - update to 0.17.0:
    * ### C++
    * THRIFT-5093 - lib: cpp: test: clarify effect of MemoryPolicy on
      TMemoryBuffer
    * THRIFT-5510 - On Windows NOMINMAX and WIN32_LEAN_AND_MEAN are unset even
      if set before
    * THRIFT-5515 - Oneway requests can stuck in TNonblockingServer with
      TSSLSocket
    * THRIFT-5529 - Missing space "<::" in C++ generator
    * THRIFT-5576 - fix old-style cast at const value ctor/copy and redundant
      copy at ctor
    * ### Common LISP
    * THRIFT-5501 - Remove Common Lisp support
    * THRIFT-5567 - remove reference to common lisp namespace
    * ### Go
    * THRIFT-5495 - Go lib server not close client when shutdown
    * THRIFT-5527 - generated Process function in go will swallow exceptions
      defined in thrift IDL
    * THRIFT-5539 - Performance penalty of using TDebugProtocol.DuplicateTo
    * THRIFT-5569 - generated Go code crashes when reading invalid
      map/set/list
    * THRIFT-5583 - Add a skip_remote arg to go compiler
    * THRIFT-5605 - Go client middleware has no (easy) access to IDL
      exceptions
    * THRIFT-5609 - TJSONProtocol is unsafe to be used with TDeserializerPool
    * ### Java
    * THRIFT-4086 - Java compiler generates different meta data depending on
      order of structures in file
    * THRIFT-5485 - @SuppressWarnings is placed above Javadoc
    * THRIFT-5494 - byte count of
      FrameBuffer(AbstractNonblockingServer.readBufferBytesAllocated) is not
      subtracted
    * THRIFT-5502 - Is it necessary to report CONNECTION RESET as an ERROR?
    * THRIFT-5519 - Java async client loses exceptions in void methods
    * THRIFT-5520 - add method to convert Option type to java Optional
    * THRIFT-5521 - In Java lib, add param for option_type to generate JDK8
      optional types
    * THRIFT-5522 - Upgrade to gradle 6 for Java build
    * THRIFT-5525 - java gen to use reuse_objects instead of reuse-objects as
      a consistent param casing
    * THRIFT-5526 - java gen to use private_members instead of private-members
      as a consistent param casing
    * THRIFT-5533 - Fix Java warnings: @param, @return and deprecation
    * THRIFT-5543 - Java lib FieldMetaData should be more type-safe by adding
      type parameter to metadata registerations
    * THRIFT-5544 - add java code gen param to support including field
      annotation as metadata
    * THRIFT-5545 - Follow newer gradle convention in organizing source code
      directories
    * THRIFT-5552 - Apply clang-format to java code gen file
    * THRIFT-5553 - java library to use newer gradle API
    * THRIFT-5555 - Java codegen and library to support future-returning
      client interface and implementation
    * THRIFT-5557 - Move Java-only tests from /test to /lib/java
    * THRIFT-5560 - Use JUnit 5 (Jupiter) for Java unit tests
    * THRIFT-5562 - remove gradle wrapper jar file from source tree
    * THRIFT-5563 - fix deprecation and enable xlint for java library
    * THRIFT-5568 - Use spotless gradle plugin and google-java-format to
      enforce a consistent code format
    * THRIFT-5570 - update java lib document about gradle usage
    * THRIFT-5581 - Upgrade gradle version to 7.4+
    * THRIFT-5582 - Improve TProtocol.java
    * THRIFT-5584 - Use gradle toolchain to specify build time Java version
    * ### JSON
    * THRIFT-5549 - Json generator should indent properly while generating
      includes
    * THRIFT-5535 - Ability to support connection on OpenHarmonyOS
    * ### Perl
    * THRIFT-5532 - Perl Thrift/HttpClient.pm headers bug
    * ### Python
    * THRIFT-2059 - Support for Python 3.4 enums
    * THRIFT-5449 - Use select.poll instead of select.select in Python
      TNonblockingServer if available
    * THRIFT-5467 - CannotSendHeader exception with 0.15
    * THRIFT-5595 - TSocket errors with SSLSocket
    * ### Rust
    * THRIFT-4100 - Extract Rust read/write struct methods into a trait
    * ### Wish List
    * THRIFT-3461 - Support Method Deprecation
* Tue Jun 14 2022 Dirk Müller <dmueller@suse.com>
  - update to 0.16.0:
    * C++ library don't work with HTTP
    * Swift service generator doesn't support oneway
    * Deprecate Common Lisp support
    [#]## C++
    * Add support for Unix domain sockets on Windows 10 or later
    * C++ to_string and ostream operator not always generated
    * ServerSocket doesn't ignore SIGPIPE
    [#]## Erlang
    * Introduce delimiter and app_prefix options to erl generator
    * Invalid golang code generated for optional set<binary> with a default value
    * Go lib skip map value may cause stack overflow
    * Improve memory efficiency in go THeader implementation
    * Potential connection leaks caused by the connectivity check
    * Error: Constraint check failure for haxe.ds.ObjectMap.K
    [#]## Java
    * add support for partial deserialization of Thrift
    * fix issues found by spotbugs
    * Update java dependencies
    [#]## JavaScript
    * Wrong type mapping of thrift binary type
    [#]## netstd
    * MaxMessageSize reached exception thrown in TEndpointTransport
    * Support for deprecated methods (via annotation)
    * Add net 6 support
    * TThreadPoolAsyncServer using TFramedTransport mistakenly drops client
    * consolidate netstd server implementation details into one common model
    * Uncompilable code when .thrift struct 'System' exists
    * CA2254 Message template should be compile time constant
    [#]## Perl
    * Fix build-cpan-dist.sh to create a CPAN distribution correctly
    * Allow UDP Socket Client In Perl
    [#]## Python
    * Python TProcessPoolServer does not spawn expected number of worker processes
    * SystemError when using fast binary or compact protocol in python 3.10
    [#]## Rust
    * Make server optional
  - drop patch thrift-pr2487-py310.patch (upstream)
  - remove python2 subpackage
* Sun Jan 16 2022 Ben Greiner <code@bnavigator.de>
  - Update to 0.15.0
    * Known Open Issues (Blocker or Critical)
    - [THRIFT-3877] - C++: library don't work with HTTP (csharp
      server, cpp client; need cross test enhancement)
    * Removed Languages
    - [THRIFT-5229] - ActionScript 3 support dropped
    - [THRIFT-5347] - Haskell support dropped
    * Breaking Changes
    - [THRIFT-5381] - possible collisions at VOID type with some
      3rd-party libraries on Haxe cpp targets
    - [THRIFT-5396] - deprecate netstd "Async" method postfix
    - [THRIFT-5453] - go: NewTSocketConf and NewTSSLSocketConf no
      longer return an error
    * AS3
    - [THRIFT-5229] - Deprecate/remove ActionScript 3 support
    * Build Process
    - [THRIFT-5334] - version of thrift-maven-plugin is not sync
      with the main project
    - [THRIFT-5394] - AppVeyor CI tries to download outdated cmake
    - [THRIFT-5429] - build: autotools: add foreign to
      AM_INIT_AUTOMAKE
    * C glib
    - [THRIFT-5244] - Dynamic exception specifications are
      deprecated in C++11[-Wdeprecated]
    - [THRIFT-5265] - Add the zlib transport to c_glib
    - [THRIFT-5399] - Fix socket leak in abnormal situation
    - [THRIFT-5421] - Fix the problem of incorrect setting of errno
      in some files
    * C++
    - [THRIFT-5341] - Fix Old-Style-Cast, Missing override and
      Possible noexcept
    - [THRIFT-5342] - Apply 'noexcept' attribute to Init/Copy/Move
      Constructors and Assignments
    - [THRIFT-5355] - Do not rely on compiler and check boundaries
    * D language
    - [THRIFT-4303] - D deprecation warnings
    - [THRIFT-4979] - Still D deprecation warnings about
      std.datetime.* in current master
    - [THRIFT-5376] - Fix deprecation warnings in D library
    * Dart
    - [THRIFT-5285] - Update to dart 2, widen range on http package
    * Delphi
    - [THRIFT-5350] - 0.14.0 fails to build on non-x86
    - [THRIFT-5438] - Inconsistent handling of exceptions during
      message read vs. message write phase
    - [THRIFT-5384] - Improved error message for HTTP transports
    - [THRIFT-5385] - XML-HTTP client reports IsOpen=TRUE even if
      it is not
    - [THRIFT-5386] - XML-HTTP client may throw "max message size
      reached" incorrectly
    - [THRIFT-5387] - Improved and simplified Delphi test setup
    - [THRIFT-5390] - Named Pipes transport hardening
    - [THRIFT-5428] - Prevent costly reallocations to improve
      performance
    - [THRIFT-5437] - Make TProtocolImpl CTOR virtual
    * Documentation
    - [THRIFT-5332] - Question: list all the reserved words in
      thrift doc
    - [THRIFT-5348] - Update debian/copyright
    * Erlang
    - [THRIFT-5377] - Remove Erlang R16 support
    * Go
    - [THRIFT-5337] - Go set fields write improvement
    - [THRIFT-5353] - Namespace from type is ignored in generated
      code
    - [THRIFT-5358] - Add go.mod file(s)
    - [THRIFT-5369] - Malformed payload can still cause huge
      allocations
    - [THRIFT-5389] - Thrift compiler generates uncompilable go
      code around optional constants
    - [THRIFT-5404] - TTransportException.Timeout would correctly
      return true when it's connect timeout during TSocket.Open
      call
    - [THRIFT-5447] - Update supported Go versions before 0.15.0
      release
    - [THRIFT-5453] - go: NewTSocketConf should not call
      net.ResolveTCPAddr
    - [THRIFT-5459] - Adding a new exception to an endpoint is
      kinda breaking in go
    * Haskell
    - [THRIFT-5347] - Deprecate Haskell bindings
    * Haxe
    - [THRIFT-5370] - Haxe 4 compatibility
    - [THRIFT-5381] - possible collisions at VOID type with some
      3rd-party libraries on Haxe cpp targets
    - [THRIFT-5393] - Incorrect namespaces for included types
    - [THRIFT-3036] - create official haxelib Thrift package
    - [THRIFT-5413] - Int vs String in method get_size required by
      property size
    * Java
    - [THRIFT-5375] - Put org.apache.tomcat.embed:tomcat-embed-core
      into scope test
    - [THRIFT-5383] - TJSONProtocol Java readString throws on
      bounds check
    - [THRIFT-5400] - Java library does not export the .annotation
      package
    - [THRIFT-5425] - Throw an exception when reading TSimpleJson
      in Java
    - [THRIFT-5430] - FieldMetaData synchronized method can trigger
      deadlock during static class initialization in JVM native
      code
    - [THRIFT-5432] - TSaslTransport throw TTransportException of
      MaxMessageSize reached
    - [THRIFT-5433] - Add Counter To Thread Name of
      TThreadPoolServer
    * JavaScript
    - [THRIFT-3508] - JS:TS Generator set all fields of the struct
      as required
    * Lua
    - [THRIFT-5417] - Fix Lua compiler omitting default values in
      Lua service functions
    - [THRIFT-5439] - Lua Generator does not support const i64
    * netstd
    - [THRIFT-5354] - disable IDE0083 warning
    - [THRIFT-5382] - Netstd default list/set enums values are
      generated incorrectly in some cases
    - [THRIFT-5395] - inconsistent treatment of methods ending in
      "Async"
    - [THRIFT-5396] - deprecate "Async" method postfix
    - [THRIFT-5408] - Support for deprecated methods (via
      annotation)
    - [THRIFT-5414] - Use of specific parameter names generates
      uncompileable code
    - [THRIFT-5442] - Separate client service calls into send/recv
      methods and make them public
    - [THRIFT-5444] - Netstd generator produces uncompileable code
      for enums ending with "_result" or "_args"
    - [THRIFT-5445] - "cancellationToken" cannot be used as
      argument name
    - [THRIFT-5236] - THttpTransport.cs still has bad timeout code
    - [THRIFT-5349] - Add net5.0 as supported platform
    - [THRIFT-5373] - HTTP status in case of Protocol/Transport
      exceptions
    - [THRIFT-5391] - Named pipes transport hardening
    - [THRIFT-5398] - ThreadPoolServer not stoppable via
      CancellationToken
    - [THRIFT-5407] - Keep support for .NET Core 3.1
    - [THRIFT-5419] - Incorrect usage of thread pool in
      TThreadPoolAsyncServer may lead to poor performance
    - [THRIFT-5422] - add threadpool server to netstd test suite
      impl
    - [THRIFT-5431] - Response should include 'content-type' header
    - [THRIFT-5436] - Timeout.Infinite is not a good default
    * PHP
    - [THRIFT-5318] - PHP 8 compatible version of binary protocol
    - [THRIFT-5440] - Add php8 to composer.json
    * Python
    - [THRIFT-5352] - Python: IDL exceptions with no fields can't
      be instantiated
    * Ruby
    - [THRIFT-5312] - The Ruby compilation configuration in the
      .gemspec file is modified to be compatible with later bundler
      versions.
    - [THRIFT-5367] - Ruby library crashes when using GC.compact
    * Rust
    - [THRIFT-4098] - Support user-defined output namespaces in
      generated Rust modules
    - [THRIFT-4101] - Make auto-generated Rust enums and unions
      more user-extensible
    - [THRIFT-5314] - Enum forward compatibility
    - [THRIFT-5363] - All-caps constant rendered incorrectly
  - Add thrift-pr2487-py310.patch for Python 3.10 compatibility
    * gh#apache/thrift#2487
    * https://issues.apache.org/jira/browse/THRIFT-5488
    * required by python-fastparquet
* Tue Apr 13 2021 Ferdinand Thiessen <rpm@fthiessen.de>
  - Update to 0.14.1
    * Fixes CVE-2020-13949
    * Deprecated Languages:
      + Deprecate ActionScript 3 support
      + Deprecate Haskell bindings
    * Removed Languages:
      + Remove deprecated C# and netcore bindings
    * Breaking Changes
      + Upgrade to .NET Core 3.1 (LTS)
      + Implement DEFAULT_MAX_LENGTH at TFramedTransport
      + In Go library TDeserializer.Transport is now
      typed *TMemoryBuffer instead of TTransport
      + Haskell generator fails to distinguish between multiple enum
      types with conflicting enum identifiers
      + Upgrade NodeJS to 10.x
      + Swift generator does not escape keywords properly
      + In Go library TProcessor interface now includes ProcessorMap
      and AddToProcessorMap functions.
      + cpp: use all getaddrinfo() results when retrying failed bind()
      in T{Nonblocking,}ServerSocket
      + Now all Read, Write and Skip functions in TProtocol accept
      context arg
      + go: TSocket and TSSLSocket now have separated connect timeout
      and socket timeout
      + cpp: dropped support for Windows XP
      + TException interface now has a new function: TExceptionType
      + go: TClient.Call now returns ResponseMeta in addition to error
    * Full: https://github.com/apache/thrift/blob/0.14.1/CHANGES.md
* Sat Jan 02 2021 Benjamin Greiner <code@bnavigator.de>
  - Build library for all parallel installable python3 flavors
    gh#openSUSE/python-rpm-macros#66

Files

/usr/lib/python3.14/site-packages/thrift
/usr/lib/python3.14/site-packages/thrift-0.23.0.dist-info
/usr/lib/python3.14/site-packages/thrift-0.23.0.dist-info/INSTALLER
/usr/lib/python3.14/site-packages/thrift-0.23.0.dist-info/METADATA
/usr/lib/python3.14/site-packages/thrift-0.23.0.dist-info/RECORD
/usr/lib/python3.14/site-packages/thrift-0.23.0.dist-info/REQUESTED
/usr/lib/python3.14/site-packages/thrift-0.23.0.dist-info/WHEEL
/usr/lib/python3.14/site-packages/thrift-0.23.0.dist-info/top_level.txt
/usr/lib/python3.14/site-packages/thrift/TMultiplexedProcessor.py
/usr/lib/python3.14/site-packages/thrift/TRecursive.py
/usr/lib/python3.14/site-packages/thrift/TSCons.py
/usr/lib/python3.14/site-packages/thrift/TSerialization.py
/usr/lib/python3.14/site-packages/thrift/TTornado.py
/usr/lib/python3.14/site-packages/thrift/Thrift.py
/usr/lib/python3.14/site-packages/thrift/__init__.py
/usr/lib/python3.14/site-packages/thrift/__pycache__
/usr/lib/python3.14/site-packages/thrift/__pycache__/TMultiplexedProcessor.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/thrift/__pycache__/TMultiplexedProcessor.cpython-314.pyc
/usr/lib/python3.14/site-packages/thrift/__pycache__/TRecursive.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/thrift/__pycache__/TRecursive.cpython-314.pyc
/usr/lib/python3.14/site-packages/thrift/__pycache__/TSCons.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/thrift/__pycache__/TSCons.cpython-314.pyc
/usr/lib/python3.14/site-packages/thrift/__pycache__/TSerialization.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/thrift/__pycache__/TSerialization.cpython-314.pyc
/usr/lib/python3.14/site-packages/thrift/__pycache__/TTornado.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/thrift/__pycache__/TTornado.cpython-314.pyc
/usr/lib/python3.14/site-packages/thrift/__pycache__/Thrift.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/thrift/__pycache__/Thrift.cpython-314.pyc
/usr/lib/python3.14/site-packages/thrift/__pycache__/__init__.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/thrift/__pycache__/__init__.cpython-314.pyc
/usr/lib/python3.14/site-packages/thrift/protocol
/usr/lib/python3.14/site-packages/thrift/protocol/TBase.py
/usr/lib/python3.14/site-packages/thrift/protocol/TBinaryProtocol.py
/usr/lib/python3.14/site-packages/thrift/protocol/TCompactProtocol.py
/usr/lib/python3.14/site-packages/thrift/protocol/THeaderProtocol.py
/usr/lib/python3.14/site-packages/thrift/protocol/TJSONProtocol.py
/usr/lib/python3.14/site-packages/thrift/protocol/TMultiplexedProtocol.py
/usr/lib/python3.14/site-packages/thrift/protocol/TProtocol.py
/usr/lib/python3.14/site-packages/thrift/protocol/TProtocolDecorator.py
/usr/lib/python3.14/site-packages/thrift/protocol/__init__.py
/usr/lib/python3.14/site-packages/thrift/protocol/__pycache__
/usr/lib/python3.14/site-packages/thrift/protocol/__pycache__/TBase.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/thrift/protocol/__pycache__/TBase.cpython-314.pyc
/usr/lib/python3.14/site-packages/thrift/protocol/__pycache__/TBinaryProtocol.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/thrift/protocol/__pycache__/TBinaryProtocol.cpython-314.pyc
/usr/lib/python3.14/site-packages/thrift/protocol/__pycache__/TCompactProtocol.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/thrift/protocol/__pycache__/TCompactProtocol.cpython-314.pyc
/usr/lib/python3.14/site-packages/thrift/protocol/__pycache__/THeaderProtocol.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/thrift/protocol/__pycache__/THeaderProtocol.cpython-314.pyc
/usr/lib/python3.14/site-packages/thrift/protocol/__pycache__/TJSONProtocol.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/thrift/protocol/__pycache__/TJSONProtocol.cpython-314.pyc
/usr/lib/python3.14/site-packages/thrift/protocol/__pycache__/TMultiplexedProtocol.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/thrift/protocol/__pycache__/TMultiplexedProtocol.cpython-314.pyc
/usr/lib/python3.14/site-packages/thrift/protocol/__pycache__/TProtocol.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/thrift/protocol/__pycache__/TProtocol.cpython-314.pyc
/usr/lib/python3.14/site-packages/thrift/protocol/__pycache__/TProtocolDecorator.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/thrift/protocol/__pycache__/TProtocolDecorator.cpython-314.pyc
/usr/lib/python3.14/site-packages/thrift/protocol/__pycache__/__init__.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/thrift/protocol/__pycache__/__init__.cpython-314.pyc
/usr/lib/python3.14/site-packages/thrift/protocol/fastbinary.cpython-314-arm-linux-gnueabihf.so
/usr/lib/python3.14/site-packages/thrift/server
/usr/lib/python3.14/site-packages/thrift/server/THttpServer.py
/usr/lib/python3.14/site-packages/thrift/server/TNonblockingServer.py
/usr/lib/python3.14/site-packages/thrift/server/TProcessPoolServer.py
/usr/lib/python3.14/site-packages/thrift/server/TServer.py
/usr/lib/python3.14/site-packages/thrift/server/__init__.py
/usr/lib/python3.14/site-packages/thrift/server/__pycache__
/usr/lib/python3.14/site-packages/thrift/server/__pycache__/THttpServer.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/thrift/server/__pycache__/THttpServer.cpython-314.pyc
/usr/lib/python3.14/site-packages/thrift/server/__pycache__/TNonblockingServer.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/thrift/server/__pycache__/TNonblockingServer.cpython-314.pyc
/usr/lib/python3.14/site-packages/thrift/server/__pycache__/TProcessPoolServer.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/thrift/server/__pycache__/TProcessPoolServer.cpython-314.pyc
/usr/lib/python3.14/site-packages/thrift/server/__pycache__/TServer.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/thrift/server/__pycache__/TServer.cpython-314.pyc
/usr/lib/python3.14/site-packages/thrift/server/__pycache__/__init__.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/thrift/server/__pycache__/__init__.cpython-314.pyc
/usr/lib/python3.14/site-packages/thrift/transport
/usr/lib/python3.14/site-packages/thrift/transport/THeaderTransport.py
/usr/lib/python3.14/site-packages/thrift/transport/THttpClient.py
/usr/lib/python3.14/site-packages/thrift/transport/TSSLSocket.py
/usr/lib/python3.14/site-packages/thrift/transport/TSocket.py
/usr/lib/python3.14/site-packages/thrift/transport/TTransport.py
/usr/lib/python3.14/site-packages/thrift/transport/TTwisted.py
/usr/lib/python3.14/site-packages/thrift/transport/TZlibTransport.py
/usr/lib/python3.14/site-packages/thrift/transport/__init__.py
/usr/lib/python3.14/site-packages/thrift/transport/__pycache__
/usr/lib/python3.14/site-packages/thrift/transport/__pycache__/THeaderTransport.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/thrift/transport/__pycache__/THeaderTransport.cpython-314.pyc
/usr/lib/python3.14/site-packages/thrift/transport/__pycache__/THttpClient.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/thrift/transport/__pycache__/THttpClient.cpython-314.pyc
/usr/lib/python3.14/site-packages/thrift/transport/__pycache__/TSSLSocket.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/thrift/transport/__pycache__/TSSLSocket.cpython-314.pyc
/usr/lib/python3.14/site-packages/thrift/transport/__pycache__/TSocket.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/thrift/transport/__pycache__/TSocket.cpython-314.pyc
/usr/lib/python3.14/site-packages/thrift/transport/__pycache__/TTransport.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/thrift/transport/__pycache__/TTransport.cpython-314.pyc
/usr/lib/python3.14/site-packages/thrift/transport/__pycache__/TTwisted.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/thrift/transport/__pycache__/TTwisted.cpython-314.pyc
/usr/lib/python3.14/site-packages/thrift/transport/__pycache__/TZlibTransport.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/thrift/transport/__pycache__/TZlibTransport.cpython-314.pyc
/usr/lib/python3.14/site-packages/thrift/transport/__pycache__/__init__.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/thrift/transport/__pycache__/__init__.cpython-314.pyc
/usr/lib/python3.14/site-packages/thrift/transport/__pycache__/sslcompat.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/thrift/transport/__pycache__/sslcompat.cpython-314.pyc
/usr/lib/python3.14/site-packages/thrift/transport/sslcompat.py
/usr/share/doc/packages/python314-thrift
/usr/share/doc/packages/python314-thrift/README.md
/usr/share/licenses/python314-thrift
/usr/share/licenses/python314-thrift/LICENSE
/usr/share/licenses/python314-thrift/NOTICE


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Aug 2 04:42:17 2026