summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-05-05 05:35:57 +0000
committerCoprDistGit <infra@openeuler.org>2023-05-05 05:35:57 +0000
commit0727ff1f451b56d81611ad73d4fc0c6fca4ecaba (patch)
treedde4bc4249c604824445a0ab2a59a1e9065155fe
parent1aecd7bcb63793fb6723443cfe1e02e6784372c7 (diff)
automatic import of python-azure-cli-interactiveopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-azure-cli-interactive.spec507
-rw-r--r--sources1
3 files changed, 509 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..0c7bf98 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/azure-cli-interactive-0.4.5.tar.gz
diff --git a/python-azure-cli-interactive.spec b/python-azure-cli-interactive.spec
new file mode 100644
index 0000000..080a9fa
--- /dev/null
+++ b/python-azure-cli-interactive.spec
@@ -0,0 +1,507 @@
+%global _empty_manifest_terminate_build 0
+Name: python-azure-cli-interactive
+Version: 0.4.5
+Release: 1
+Summary: Microsoft Azure Command-Line Interactive Shell
+License: MIT
+URL: https://github.com/Azure/azure-cli
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/24/f8/b734f3d53b5318a9bbbc94a9e00bc2b2d2516a7d4a0881370bb5ec8a44af/azure-cli-interactive-0.4.5.tar.gz
+BuildArch: noarch
+
+Requires: python3-azure-cli-core
+Requires: python3-prompt-toolkit
+Requires: python3-azure-cli-command-modules-nspkg
+
+%description
+0.4.5
++++++
+* Minor fixes
+0.4.4
++++++
+* Minor fixes
+0.4.3
++++++
+* Minor fixes
+0.4.2
++++++
+* Fix incompatibility with Interactive extension installed through azdev.
+0.4.1
++++++
+* Minor fixes
+0.4.0
++++++
+* Interactive now installs the 'interactive' extension, which will allow for faster updates and support.
+0.3.31
+++++++
+* Ensure global subscription parameter appears in parameters.
+0.3.30
+++++++
+* Fix error found on windows where commands fail to run properly.
+0.3.29
+++++++
+* Fix command loading problem in interactive that was caused by deprecated objects.
+0.3.28
+++++++
+* Minor fixes
+0.3.27
+++++++
+* Minor fixes
+0.3.26
+++++++
+* Minor fixes
+0.3.25
+++++++
+* Update PyYAML dependency to 4.2b4
+0.3.24
+++++++
+* Minor fixes
+0.3.23
+++++++
+* Minor fixes
+0.3.22
+++++++
+* Fix dependency versions.
+0.3.21
+++++++
+* Mute logging from parser for completions.
+* Made interactive more resistant to stale/corrupted help caches.
+0.3.20
+++++++
+* Allow interactive completers to function with positional arguments.
+* More user-friendly output when users type '\'.
+* Fix completions for parameters with no help.
+* Fix descriptions for command-groups.
+0.3.19
+++++++
+* Stops completions upon unrecognized commands.
+* Add event hooks before and after command subtree is created.
+* Allow completions for --ids parameters.
+* `sdist` is now compatible with wheel 0.31.0
+0.3.18
+++++++
+* Completions kick in as soon as command table loading is done.
+* Fix bug with using `--style` parameter.
+* Interactive lexer instantiated after command table dump if missing.
+* Improvements to completer support.
+0.3.17
+++++++
+* Persist history across different sessions
+* Fixed history while in scope
+* Updates to interactive telemetry
+* Fixed progress meter for long running operations
+* Completions more robust to command table exceptions
+0.3.16
+++++++
+* Fix issue where user is prompted to login when using interactive mode in Cloud Shell.
+* Fixed regression with missing parameter completions.
+0.3.15
+++++++
+* Fixed issue where command option completions no longer appeared.
+0.3.14
+++++++
+* Clean up unused test files
+0.3.13
+++++++
+* Fix issue where interactive would not start on Python 2.
+* Fix errors on start up
+* Fix some commands not running in interactive mode
+0.3.12
+++++++
+* Update for CLI core changes.
+0.3.11
+++++++
+* minor fixes
+0.3.10 (2017-09-22)
++++++++++++++++++++
+* minor fixes
+0.3.9 (2017-08-31)
+++++++++++++++++++
+* minor fixes
+0.3.8 (2017-08-28)
+++++++++++++++++++
+* minor fixes
+0.3.7 (2017-07-27)
+++++++++++++++++++
+* Improves the start up time by using cached commands
+* Increase test coverage
+0.3.5 (2017-06-21)
+++++++++++++++++++
+* Enhance the '?' gesture to also inject into the next command
+0.3.4 (2017-06-13)
+++++++++++++++++++
+* Fixes Interactive errors with the profile 2017-03-09-profile-preview (#3587)
+* Allows '--version' as a parameter for interactive mode (#3645)
+* Stop Interactive Mode from Throwing errors from Validation completions (#3570)
+* Progress Reporting for template deployments (#3510)
+0.3.3 (2017-05-30)
+++++++++++++++++++
+* --progress flag
+* Removed --debug and --verbose from completions
+0.3.2 (2017-05-18)
+++++++++++++++++++
+* Bug fixes.
+* Remove 'interactive' from completions (#3324)
+0.3.1 (2017-05-09)
+++++++++++++++++++
+* Add link to blog in ‘az interactive —help’ (#3252)
+0.3.0 (2017-05-05)
+++++++++++++++++++
+* Integrate interactive into az
+* Colors Options
+* Rename 'shell' => 'interactive'
+0.2.1
+++++++++++++++++++
+* CLI Performance changes integrated
+0.2.0
+++++++++++++++++++
+* Public Preview release
+0.1.1
+++++++++++++++++++
+* Preview release
+
+%package -n python3-azure-cli-interactive
+Summary: Microsoft Azure Command-Line Interactive Shell
+Provides: python-azure-cli-interactive
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-azure-cli-interactive
+0.4.5
++++++
+* Minor fixes
+0.4.4
++++++
+* Minor fixes
+0.4.3
++++++
+* Minor fixes
+0.4.2
++++++
+* Fix incompatibility with Interactive extension installed through azdev.
+0.4.1
++++++
+* Minor fixes
+0.4.0
++++++
+* Interactive now installs the 'interactive' extension, which will allow for faster updates and support.
+0.3.31
+++++++
+* Ensure global subscription parameter appears in parameters.
+0.3.30
+++++++
+* Fix error found on windows where commands fail to run properly.
+0.3.29
+++++++
+* Fix command loading problem in interactive that was caused by deprecated objects.
+0.3.28
+++++++
+* Minor fixes
+0.3.27
+++++++
+* Minor fixes
+0.3.26
+++++++
+* Minor fixes
+0.3.25
+++++++
+* Update PyYAML dependency to 4.2b4
+0.3.24
+++++++
+* Minor fixes
+0.3.23
+++++++
+* Minor fixes
+0.3.22
+++++++
+* Fix dependency versions.
+0.3.21
+++++++
+* Mute logging from parser for completions.
+* Made interactive more resistant to stale/corrupted help caches.
+0.3.20
+++++++
+* Allow interactive completers to function with positional arguments.
+* More user-friendly output when users type '\'.
+* Fix completions for parameters with no help.
+* Fix descriptions for command-groups.
+0.3.19
+++++++
+* Stops completions upon unrecognized commands.
+* Add event hooks before and after command subtree is created.
+* Allow completions for --ids parameters.
+* `sdist` is now compatible with wheel 0.31.0
+0.3.18
+++++++
+* Completions kick in as soon as command table loading is done.
+* Fix bug with using `--style` parameter.
+* Interactive lexer instantiated after command table dump if missing.
+* Improvements to completer support.
+0.3.17
+++++++
+* Persist history across different sessions
+* Fixed history while in scope
+* Updates to interactive telemetry
+* Fixed progress meter for long running operations
+* Completions more robust to command table exceptions
+0.3.16
+++++++
+* Fix issue where user is prompted to login when using interactive mode in Cloud Shell.
+* Fixed regression with missing parameter completions.
+0.3.15
+++++++
+* Fixed issue where command option completions no longer appeared.
+0.3.14
+++++++
+* Clean up unused test files
+0.3.13
+++++++
+* Fix issue where interactive would not start on Python 2.
+* Fix errors on start up
+* Fix some commands not running in interactive mode
+0.3.12
+++++++
+* Update for CLI core changes.
+0.3.11
+++++++
+* minor fixes
+0.3.10 (2017-09-22)
++++++++++++++++++++
+* minor fixes
+0.3.9 (2017-08-31)
+++++++++++++++++++
+* minor fixes
+0.3.8 (2017-08-28)
+++++++++++++++++++
+* minor fixes
+0.3.7 (2017-07-27)
+++++++++++++++++++
+* Improves the start up time by using cached commands
+* Increase test coverage
+0.3.5 (2017-06-21)
+++++++++++++++++++
+* Enhance the '?' gesture to also inject into the next command
+0.3.4 (2017-06-13)
+++++++++++++++++++
+* Fixes Interactive errors with the profile 2017-03-09-profile-preview (#3587)
+* Allows '--version' as a parameter for interactive mode (#3645)
+* Stop Interactive Mode from Throwing errors from Validation completions (#3570)
+* Progress Reporting for template deployments (#3510)
+0.3.3 (2017-05-30)
+++++++++++++++++++
+* --progress flag
+* Removed --debug and --verbose from completions
+0.3.2 (2017-05-18)
+++++++++++++++++++
+* Bug fixes.
+* Remove 'interactive' from completions (#3324)
+0.3.1 (2017-05-09)
+++++++++++++++++++
+* Add link to blog in ‘az interactive —help’ (#3252)
+0.3.0 (2017-05-05)
+++++++++++++++++++
+* Integrate interactive into az
+* Colors Options
+* Rename 'shell' => 'interactive'
+0.2.1
+++++++++++++++++++
+* CLI Performance changes integrated
+0.2.0
+++++++++++++++++++
+* Public Preview release
+0.1.1
+++++++++++++++++++
+* Preview release
+
+%package help
+Summary: Development documents and examples for azure-cli-interactive
+Provides: python3-azure-cli-interactive-doc
+%description help
+0.4.5
++++++
+* Minor fixes
+0.4.4
++++++
+* Minor fixes
+0.4.3
++++++
+* Minor fixes
+0.4.2
++++++
+* Fix incompatibility with Interactive extension installed through azdev.
+0.4.1
++++++
+* Minor fixes
+0.4.0
++++++
+* Interactive now installs the 'interactive' extension, which will allow for faster updates and support.
+0.3.31
+++++++
+* Ensure global subscription parameter appears in parameters.
+0.3.30
+++++++
+* Fix error found on windows where commands fail to run properly.
+0.3.29
+++++++
+* Fix command loading problem in interactive that was caused by deprecated objects.
+0.3.28
+++++++
+* Minor fixes
+0.3.27
+++++++
+* Minor fixes
+0.3.26
+++++++
+* Minor fixes
+0.3.25
+++++++
+* Update PyYAML dependency to 4.2b4
+0.3.24
+++++++
+* Minor fixes
+0.3.23
+++++++
+* Minor fixes
+0.3.22
+++++++
+* Fix dependency versions.
+0.3.21
+++++++
+* Mute logging from parser for completions.
+* Made interactive more resistant to stale/corrupted help caches.
+0.3.20
+++++++
+* Allow interactive completers to function with positional arguments.
+* More user-friendly output when users type '\'.
+* Fix completions for parameters with no help.
+* Fix descriptions for command-groups.
+0.3.19
+++++++
+* Stops completions upon unrecognized commands.
+* Add event hooks before and after command subtree is created.
+* Allow completions for --ids parameters.
+* `sdist` is now compatible with wheel 0.31.0
+0.3.18
+++++++
+* Completions kick in as soon as command table loading is done.
+* Fix bug with using `--style` parameter.
+* Interactive lexer instantiated after command table dump if missing.
+* Improvements to completer support.
+0.3.17
+++++++
+* Persist history across different sessions
+* Fixed history while in scope
+* Updates to interactive telemetry
+* Fixed progress meter for long running operations
+* Completions more robust to command table exceptions
+0.3.16
+++++++
+* Fix issue where user is prompted to login when using interactive mode in Cloud Shell.
+* Fixed regression with missing parameter completions.
+0.3.15
+++++++
+* Fixed issue where command option completions no longer appeared.
+0.3.14
+++++++
+* Clean up unused test files
+0.3.13
+++++++
+* Fix issue where interactive would not start on Python 2.
+* Fix errors on start up
+* Fix some commands not running in interactive mode
+0.3.12
+++++++
+* Update for CLI core changes.
+0.3.11
+++++++
+* minor fixes
+0.3.10 (2017-09-22)
++++++++++++++++++++
+* minor fixes
+0.3.9 (2017-08-31)
+++++++++++++++++++
+* minor fixes
+0.3.8 (2017-08-28)
+++++++++++++++++++
+* minor fixes
+0.3.7 (2017-07-27)
+++++++++++++++++++
+* Improves the start up time by using cached commands
+* Increase test coverage
+0.3.5 (2017-06-21)
+++++++++++++++++++
+* Enhance the '?' gesture to also inject into the next command
+0.3.4 (2017-06-13)
+++++++++++++++++++
+* Fixes Interactive errors with the profile 2017-03-09-profile-preview (#3587)
+* Allows '--version' as a parameter for interactive mode (#3645)
+* Stop Interactive Mode from Throwing errors from Validation completions (#3570)
+* Progress Reporting for template deployments (#3510)
+0.3.3 (2017-05-30)
+++++++++++++++++++
+* --progress flag
+* Removed --debug and --verbose from completions
+0.3.2 (2017-05-18)
+++++++++++++++++++
+* Bug fixes.
+* Remove 'interactive' from completions (#3324)
+0.3.1 (2017-05-09)
+++++++++++++++++++
+* Add link to blog in ‘az interactive —help’ (#3252)
+0.3.0 (2017-05-05)
+++++++++++++++++++
+* Integrate interactive into az
+* Colors Options
+* Rename 'shell' => 'interactive'
+0.2.1
+++++++++++++++++++
+* CLI Performance changes integrated
+0.2.0
+++++++++++++++++++
+* Public Preview release
+0.1.1
+++++++++++++++++++
+* Preview release
+
+%prep
+%autosetup -n azure-cli-interactive-0.4.5
+
+%build
+%py3_build
+
+%install
+%py3_install
+install -d -m755 %{buildroot}/%{_pkgdocdir}
+if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
+if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
+if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
+if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
+pushd %{buildroot}
+if [ -d usr/lib ]; then
+ find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst
+fi
+if [ -d usr/lib64 ]; then
+ find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst
+fi
+if [ -d usr/bin ]; then
+ find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst
+fi
+if [ -d usr/sbin ]; then
+ find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst
+fi
+touch doclist.lst
+if [ -d usr/share/man ]; then
+ find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst
+fi
+popd
+mv %{buildroot}/filelist.lst .
+mv %{buildroot}/doclist.lst .
+
+%files -n python3-azure-cli-interactive -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Fri May 05 2023 Python_Bot <Python_Bot@openeuler.org> - 0.4.5-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..463a932
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+6cef9098d40e66d449d0b739cc988a59 azure-cli-interactive-0.4.5.tar.gz