Merge pull request #275794 from r-ryantm/auto-update/python310Packages.ocifs

python310Packages.ocifs: 1.3.0 -> 1.3.1
This commit is contained in:
Fabian Affolter 2023-12-22 08:25:26 +01:00 committed by GitHub
commit 9976e39468
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "ocifs";
version = "1.3.0";
version = "1.3.1";
pyproject = true;
disabled = pythonOlder "3.6";
@ -17,8 +17,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "oracle";
repo = "ocifs";
rev = "refs/tags/${version}";
hash = "sha256-ugNITi2tSf3lhbASgr6ErmFDYinQjnhmtRjV3YL7F9U=";
rev = "refs/tags/v${version}";
hash = "sha256-IGl9G4NyzhcqrfYfgeZin+wt1OwHmh6780MPfZBwsXA=";
};
nativeBuildInputs = [
@ -40,7 +40,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Oracle Cloud Infrastructure Object Storage fsspec implementation";
homepage = "https://ocifs.readthedocs.io";
changelog = "https://github.com/oracle/ocifs/releases/tag/${version}";
changelog = "https://github.com/oracle/ocifs/releases/tag/v${version}";
license = with licenses; [ upl ];
maintainers = with maintainers; [ fab ];
};