diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-04-23 07:33:07 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-04-23 07:33:07 +0000 |
| commit | 279bf86fd596b51748f3a823b5764065fcefeddd (patch) | |
| tree | 54bf3985d8f4a90aa6a4ff39b5da5e548e1e2ec1 | |
| parent | 06dbf6390fae9cfeb2f1c4103424eb0704c10c77 (diff) | |
automatic import of python-metaflowopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-metaflow.spec | 23 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 20 deletions
@@ -1 +1,2 @@ /metaflow-2.8.2.tar.gz +/metaflow-2.8.3.tar.gz diff --git a/python-metaflow.spec b/python-metaflow.spec index 452b916..c4accfd 100644 --- a/python-metaflow.spec +++ b/python-metaflow.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-metaflow -Version: 2.8.2 +Version: 2.8.3 Release: 1 Summary: Metaflow: More Data Science, Less Engineering License: Apache Software License URL: https://pypi.org/project/metaflow/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/6f/1c/25aa65e35b9a93a896d20344f4bbebf1fc72068cf33d4aefeb999654caea/metaflow-2.8.2.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/03/85/b04e6ecd6d2e9e2f446002dbeac165f8f6c715423b17741b914aca1ef8f6/metaflow-2.8.3.tar.gz BuildArch: noarch Requires: python3-requests @@ -64,11 +64,6 @@ There are several ways to get in touch with us: We welcome contributions to Metaflow. Please see our [contribution guide](https://docs.metaflow.org/introduction/contributing-to-metaflow) for more details. -### Code style - -We use [black](https://black.readthedocs.io/en/stable/) as a code formatter. The easiest way to ensure your commits are always formatted with the correct version of `black` it is to use [pre-commit](https://pre-commit.com/): install it and then run `pre-commit install` once in your local copy of the repo. - - %package -n python3-metaflow Summary: Metaflow: More Data Science, Less Engineering @@ -128,11 +123,6 @@ There are several ways to get in touch with us: We welcome contributions to Metaflow. Please see our [contribution guide](https://docs.metaflow.org/introduction/contributing-to-metaflow) for more details. -### Code style - -We use [black](https://black.readthedocs.io/en/stable/) as a code formatter. The easiest way to ensure your commits are always formatted with the correct version of `black` it is to use [pre-commit](https://pre-commit.com/): install it and then run `pre-commit install` once in your local copy of the repo. - - %package help Summary: Development documents and examples for metaflow @@ -189,14 +179,9 @@ There are several ways to get in touch with us: We welcome contributions to Metaflow. Please see our [contribution guide](https://docs.metaflow.org/introduction/contributing-to-metaflow) for more details. -### Code style - -We use [black](https://black.readthedocs.io/en/stable/) as a code formatter. The easiest way to ensure your commits are always formatted with the correct version of `black` it is to use [pre-commit](https://pre-commit.com/): install it and then run `pre-commit install` once in your local copy of the repo. - - %prep -%autosetup -n metaflow-2.8.2 +%autosetup -n metaflow-2.8.3 %build %py3_build @@ -236,5 +221,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 2.8.2-1 +* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 2.8.3-1 - Package Spec generated @@ -1 +1 @@ -36a3837c8a1727f97525b8aecb07e03b metaflow-2.8.2.tar.gz +08b3914402a1cbff6c2efc29a9f4f9b4 metaflow-2.8.3.tar.gz |
