Compare commits

...
Sign in to create a new pull request.

6 commits

Author SHA1 Message Date
Python Maint
99b52c987a Rebuilt for Python 3.15.0b4 ABI change 2026-07-22 10:11:17 +02:00
Fedora Release Engineering
57edc32905 Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild 2026-07-17 08:10:56 +00:00
Python Maint
c74a5ab582 Rebuilt for Python 3.15 2026-06-03 21:19:35 +02:00
Miro Hrončok
a0dc0d10a4 Add runtime dependency on python3-pkg-resources
unicorn/unicorn_py2.py uses pkg_resources at runtime
without a try-except guard.

Assisted-By: Claude Opus 4.6
2026-05-12 18:11:56 +02:00
Fedora Release Engineering
5ce390aae2 Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild 2026-01-17 19:36:19 +00:00
W. Michael Petullo
4cb5c7cfd6 Update to 2.1.4 to satisfy pwntools (Red Hat Bugzilla #2383857)
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2025-09-24 21:08:34 -05:00
3 changed files with 4 additions and 2 deletions

1
.gitignore vendored
View file

@ -9,3 +9,4 @@
/unicorn-2.1.0.tar.gz
/unicorn-2.1.1.tar.gz
/unicorn-2.1.3.tar.gz
/unicorn-2.1.4.tar.gz

View file

@ -1 +1 @@
SHA512 (unicorn-2.1.3.tar.gz) = a4f81e4a220bbf3785ba625c8956957b5b182f4799121e33bee7cf29378027416fe18029f07e71e3eecd3bc6838aef19c3407933997e73aa7b9f09ab45874779
SHA512 (unicorn-2.1.4.tar.gz) = 1dd905fe0aedd9899cfba0677bdd2104b5586dfa0167204846bae486fa64100104d1b3257ec79001b3998733d48b6a2409c7d518fb60ea2fa352e52d61491399

View file

@ -1,5 +1,5 @@
Name: unicorn
Version: 2.1.3
Version: 2.1.4
Release: %autorelease
Summary: Lightweight multi-platform, multi-architecture CPU emulator framework
@ -44,6 +44,7 @@ needed for developing applications using unicorn.
Summary: %{summary}
Requires: %{name} = %{version}-%{release}
Requires: python3-setuptools
Requires: python3-pkg-resources
%{?python_provide:%python_provide python3-%{name}}
%description -n python3-unicorn