Steve Kowalik 2024-02-29 01:59:54 +00:00 committed by Git OBS Bridge
parent 3fab49f3e1
commit 59df699e55
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 29 01:59:28 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to autosetup macro.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Dec 29 18:13:42 UTC 2023 - Dirk Müller <dmueller@suse.com> Fri Dec 29 18:13:42 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -1,5 +1,5 @@
# #
# spec file # spec file for package python-construct
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
@ -64,8 +64,7 @@ code, it can be used in one direction to parse data into Pythonic objects,
and in the other direction to convert ("build") objects into binary data. and in the other direction to convert ("build") objects into binary data.
%prep %prep
%setup -q -n construct-%{version} %autosetup -p1 -n construct-%{version}
%patch0 -p1
# remove gallery tests that require in place stuff # remove gallery tests that require in place stuff
rm -rf tests/gallery rm -rf tests/gallery