forked from pool/python-omni-camera
Accepting request 1168463 from home:mcalabkova:branches:devel:languages:python
- Update to 0.6.1 * Fix build for python3.12 - Regenerated vendor.tar.zst OBS-URL: https://build.opensuse.org/request/show/1168463 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-omni-camera?expand=0&rev=3
This commit is contained in:
2
_service
2
_service
@@ -1,7 +1,7 @@
|
||||
<services>
|
||||
<service name="download_files" mode="manual" />
|
||||
<service name="cargo_vendor" mode="manual">
|
||||
<param name="srctar">omni_camera-0.6.0.tar.gz</param>
|
||||
<param name="srctar">omni_camera-0.6.1.tar.gz</param>
|
||||
<param name="compression">zst</param>
|
||||
<param name="update">true</param>
|
||||
</service>
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:228e215926b3f01dc9a1732d435ca92949732dfd4585c212a5fe808567f6def1
|
||||
size 18836
|
||||
3
omni_camera-0.6.1.tar.gz
Normal file
3
omni_camera-0.6.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a80f20f7c56751774b5ce2949692cdf1c6140c2d97df53b2ce24fa29c786e365
|
||||
size 18727
|
||||
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 16 07:44:10 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Update to 0.6.1
|
||||
* Fix build for python3.12
|
||||
- Regenerated vendor.tar.zst
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 10 18:10:14 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-omni-camera
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,20 +17,20 @@
|
||||
|
||||
|
||||
Name: python-omni-camera
|
||||
Version: 0.6.0
|
||||
Version: 0.6.1
|
||||
Release: 0
|
||||
Summary: A library for querying and capturing from cameras
|
||||
License: MIT
|
||||
URL: https://github.com/IntQuant/Camerata
|
||||
URL: https://github.com/IntQuant/Camerata
|
||||
Source: https://files.pythonhosted.org/packages/source/o/omni-camera/omni_camera-%{version}.tar.gz
|
||||
Source1: vendor.tar.zst
|
||||
Source2: cargo_config
|
||||
BuildRequires: cargo-packaging
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module maturin}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: cargo-packaging
|
||||
BuildRequires: clang
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: clang
|
||||
BuildRequires: python-rpm-macros
|
||||
Suggests: python-pilow
|
||||
ExclusiveArch: %{rust_tier1_arches}
|
||||
%python_subpackages
|
||||
@@ -40,7 +40,7 @@ A library for querying and capturing from cameras, based on nokhwa crate.
|
||||
|
||||
%prep
|
||||
%autosetup -a1 -p1 -n omni_camera-%{version}
|
||||
mkdir .cargo
|
||||
mkdir -p .cargo
|
||||
cp %{SOURCE2} .cargo/config
|
||||
|
||||
%build
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a53723e7a9ac2d08cdd6d5f3a18003153fe6960b31035d0b8a03a3333cff1263
|
||||
size 27207140
|
||||
oid sha256:90fbc3100b343e9b555058e0fe8496e076f0d7a35be22dd7f981fefc287360c0
|
||||
size 37364855
|
||||
|
||||
Reference in New Issue
Block a user