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

python3-libtorrent-rasterbar-2.0.14-1.1 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: python3-libtorrent-rasterbar Distribution: openSUSE Tumbleweed
Version: 2.0.14 Vendor: openSUSE
Release: 1.1 Build date: Thu Aug 13 06:45:14 2026
Group: Development/Libraries/Python Build host: reproducible
Size: 3779854 Source RPM: libtorrent-rasterbar-2.0.14-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://libtorrent.org/
Summary: Python Bindings for libtorrent-rasterbar
Python Bindings for the libtorrent-rasterbar package.

Provides

Requires

License

BSD-3-Clause

Changelog

* Thu Aug 13 2026 Luigi Baldoni <aloisio@gmx.com>
  - Update to version 2.0.14
    * fix issue in merkle tree
    * fix use of a stack buffer past its lifetime when sending i2p
      SAM commands
    * fix issues with active_time, seeding_time and finished_time
    * fix torrent updates for idle torrents
    * improve dont-count-slow-torrents
    * fix external_ip_alert not being posted under some conditions
      when UPnP/NAT-PMP is enabled
    * fix issue with stuck trackers on session pause
    * fix windows disk read, possibly causing short-read errors
    * fix blocking UDP socket in LSD and NAT-PMP
    * fix web seed requests for single-file torrents in multi-file
      mode
    * fix duplicate filenames in magnet links
    * fix blocking UDP socket in UPnP
    * fix corruption bug in mmap_storage
    * fix bug where torrent_status::total was not set for seeds
* Fri Jul 10 2026 Luigi Baldoni <aloisio@gmx.com>
  - Add libtorrent-rasterbar_no_vendored_headers.patch to avoid
    installing unwanted headers/third-party libraries
* Thu Jul 09 2026 Luigi Baldoni <aloisio@gmx.com>
  - Update to version 2.1.0
    * fix tracker force announce
    * add max_directory_depth limit to load_torrent_limits to
      bound file path depth when loading torrents
    * fix race in wait_for_alert(), and update its return value
    * optimize torrent_handle::torrent_file()
    * add option to not validate v1 hashes for hybrid torrents
    * add post_file_status() to query them asynchronously
    * add post_file_priorities() to query them asynchronously
    * fix local service discovery not being correctly staggered
    * add a multi-threaded, pread()-based, disk I/O backend
      (pread_disk_io)
    * make the save path for part files configurable
    * retry failed SAM connection (for i2p)
    * deprecated remap_files(), and prevent it from breaking v2
      torrents
    * fix peer_info holding an i2p destination
    * implement i2p_pex, peer exchange support for i2p torrents
    * deprecate torrent_alert::torrent_name()
    * requires OpenSSL minimum version 1.1.0 with SNI support
    * try harder to bind TCP and UDP sockets to the same port
    * made disk_interface's status_t type a flags type
    * optimize resume data format to use less space
    * add a simpler overload to bencode() returning a vector<char>
    * introduced a new API for creating torrents, enabling
      file_storage optimizations
    * default build to not include functions deprecated in
      libtorrent 1.1 and earlier
    * add comment, created_by and creation_date to
      add_torrent_params
    * move session_flags to session_params
    * the entry class is now a standard variant type
    * use std::string_view instead of boost counterpart
    * libtorrent now requires C++17 to build
    * added support for WebTorrent
    * removed support for BEP 17 web seeds (in favor of BEP 19)
    * fix blocking UDP socket in LSD and NAT-PMP
    * fix web seed requests for single-file torrents in multi-file
      mode
    * fix duplicate filenames in magnet links
    * fix blocking UDP socket in UPnP
    * fix corruption bug in mmap_storage
    * fix bug where torrent_status::total was not set for seeds
* Tue Jun 09 2026 Luigi Baldoni <aloisio@gmx.com>
  - Update to version 2.0.13
    * stricter basic auth handling for web seed
    * fix bug in tracker announcements involving i2p trackers
    * improve performance of disk job pool
    * fix race when removing an auto managed torrent
    * fix bug in post_download_queue() when a torrent complete
    * in create_torrent, store symbolic links according to BEP 47
    * strengthen peer encryption (obfuscation)
    * improve HTTP response parsing
    * optimize sanitization of symlinks when loading torrents
    * stricter checking of tracker URLs
    * fixed piece-picker accounting issue for filtered pieces
    * add setting for NAT-PMP lease duration
    * optimize v2 request sizes
    * fix socks5 issues
    * fix issue in loading v2 resume data merkle trees
* Sat Mar 14 2026 Luigi Baldoni <aloisio@gmx.com>
  - Update to version 2.0.12
    * fix issue where file priorities could be cleared by force
      recheck
    * fix issue in XML parser
    * when building against OpenSSL, require at least version 1.1.1
    * add setting to set no-copy-on-write flag on new files
    * add performance counters to file pool
    * add high_priority flag to torrent_handle::force_reannounce()
    * update default DSCP value and update docs
    * fix python binding for set_notify_function()
    * fix error handling in mmap disk I/O when hashing files
    * improve copy_file_range() fallback
    * don't overwrite existing files when renaming
    * add option to send host header in HTTP proxy CONNECT command
    * cache DNS failures for a shorter time
    * file_renamed_alert is always posted, regardless of alert mask
    * add feature to request resume data synchronously
    * don't leak file descriptors to child processes (O_CLOEXEC)
    * optimize the utp resend
    * optimize tracker announcements
    * fix handling of invalid filenames
    * add support for I2CP inbound.lengthVariance and
      outbound.lengthVariance tunnel settings
    * add natpmp_gateway setting to manually set the default
      gateway for the NAT-PMP protocol
* Sun Sep 28 2025 Michael Gumsley <gumsley_6@hotmail.com>
  - Remove libboost_system-devel from spec file for Tumbleweed.
    * No longer required and broken since libboost 1.89.
* Tue Jan 28 2025 Luigi Baldoni <aloisio@gmx.com>
  - Update to version 2.0.11
    * bump version for future release
    * torrent_status::num_pieces counts pieces passed hash check
    * Updated numerous action revisions
    * fix setup.py to not use distutils
    * fix integer overflow in piece picker
    * Send read_piece_alert after piece passes
    * test for set_piece_deadline()
    * Make anti-leech choker never increase score for dishonesty
    * fix the compilation failure caused
    * bump libsimulator submodule
    * assume copy_file_range() exists on linux (unless old glibc)
    * rely on the openssl version already installed on the runner
    * remove aligned storage, as it's deprecated in C++23
    * apply DSCP setting to peers before connecting
    * check settings_pack::max_out_request_queue before alert
      outstanding_r…
    * improve debug facilities of swarm simulations
    * Improve simulator determinism
    * fix issue when closing a uTP connection
    * fix test_copy_file to recognize overlayfs as supporting
      sparse files.
    * Fix some typos
    * don't discard netlink messages for previously seen addresses
    * fix pre-allocation when changing priority
    * limit the piece size in create_torrent constructor
    * Updated numerous pre-commit hook revs.
    * fix BEP-40 peer priority for IPv6
    * minor fix on documentation
    * allow connections while checking resume data if
      no_verify_files flag is set
    * don't hint POSIX_FADV_RANDOM
    * fix tests to work on linux ZFS
    * fix bug where file_progress could sometimes be reported as
      >100%
    * Move construct std::shared_ptr objects
    * Bump libsimulator submodule
    * fix performance bug in the file pool
    * piece_picker updates
    * Add announce_port support
    * fix race condition when cancelling requests after becoming a
      seed
    * abort_download() is OK in any state
    * Bump some pre-commit-hook revs
    * Fix mmap error when reading empty file during resume check
      on Linux
    * homebrew uses standard name for pre-built boost_system now
    * remove use of std::aligned_union
    * bump version
    * Fix typos
    * add some possible values to the documentation for
      dht_bootstrap_nodes
    * fix applying IP filter to DHT traffic (HanabishiRecca)
    * add invariant check to socks5_stream
    * fix fcntl.h warning
    * use stricter rules for what filenames are valid on Android
    * validate add_torrent_params::save_path at run-time
* Fri Apr 19 2024 Luigi Baldoni <aloisio@gmx.com>
  - Build against boost175 on Leap15
    code-o-o#leap/features/issue/155
* Mon Feb 19 2024 Luigi Baldoni <aloisio@gmx.com>
  - Update to version 2.0.10
    * allow on_unknown_torrent method in the absence of active
      torrents (new plugin feature added)
    * add feature to async_move_storage() to not move files
    * fix reject resume data if it contains mismatching info hashes
    * fix clear the candidate_cache when clear peer_list
    * fix missing python converter for dht::announce_flags_t
  - Update _service file for manualrun
* Mon May 22 2023 Luigi Baldoni <aloisio@gmx.com>
  - Update to version 2.0.9
    * fix issue with web seed connections when they close and
      re-open
    * fallocate() not supported is not a fatal error
    * fix proxying of IPv6 connections via IPv4 proxy
    * treat CGNAT address range as local IPs
    * add stricter checking of piece layers when loading torrents
    * add stricter checking of v1 and v2 hashes being consistent
    * cache failed DNS lookups as well as successful ones
    * add an i2p torrent state to control interactions with clear
      swarms
    * fix i2p SAM protocol parsing of quoted messages
    * expose i2p peer destination in peer_info
    * fix i2p tracker announces
    * fix issue with read_piece() stopping torrent on pieces not
      yet downloaded
    * improve handling of allow_i2p_mixed setting to work for
      magnet links
    * fix web seed request for renamed single-file torrents
    * fix issue where web seeds could disappear from resume data
    * extend save_resume with additional conditional flags
    * fix issue with retrying trackers in tiers > 0
    * fix last_upload and last_download resume data fields to use
      posix time
    * improve error messages for no_connect_privileged_ports, by
      untangle it from the port filter
    * fix I2P issue introduced in 2.0.0
    * add async tracker status query, post_trackers()
    * add async torrent status query, post_status()
    * support loading version 2 of resume data format
    * fix issue with odd piece sizes
    * add async piece availability query, post_piece_availability()
    * add async download queue query, post_download_queue()
    * add async file_progress query, post_file_progress()
    * add async peer_info query, post_peer_info()
* Thu Mar 23 2023 Martin Liška <mliska@suse.cz>
  - Enable LTO as it builds with now on ppc64.

Files

/usr/lib64/python3.13/site-packages/libtorrent.cpython-313-x86_64-linux-gnu.so
/usr/lib64/python3.13/site-packages/libtorrent.egg-info
/usr/lib64/python3.13/site-packages/libtorrent.egg-info/PKG-INFO
/usr/lib64/python3.13/site-packages/libtorrent.egg-info/SOURCES.txt
/usr/lib64/python3.13/site-packages/libtorrent.egg-info/dependency_links.txt
/usr/lib64/python3.13/site-packages/libtorrent.egg-info/top_level.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Aug 15 22:34:55 2026