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

python3-backcall-0.2.0-3.fc44 RPM for noarch

From Fedora Rawhide for x86_64 / p

Name: python3-backcall Distribution: Fedora Project
Version: 0.2.0 Vendor: Fedora Project
Release: 3.fc44 Build date: Sun Jan 18 05:47:17 2026
Group: Unspecified Build host: buildvm-a64-34.rdu3.fedoraproject.org
Size: 71852 Source RPM: python-backcall-0.2.0-3.fc44.src.rpm
Packager: Fedora Project
Url: https://github.com/takluyver/backcall
Summary: Specifications for callback functions passed in to an API
Specifications for callback functions passed in to an API.

If your code lets other people supply callback functions, it's important to
specify the function signature you expect, and check that functions support
that. Adding extra parameters later would break other peoples code unless
you're careful. Backcall helps with that.

Provides

Requires

License

BSD-3-Clause

Changelog

* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
* Fri Sep 19 2025 Python Maint <pytho