py-iterative-stats: Change maintainer, add new version (#38609)
* Change maintainer, add new version and deprecate old one * Fix style issue * Revert deprecation --------- Co-authored-by: Marc Schouler <marc.schouler@inria.fr>
This commit is contained in:
		| @@ -9,11 +9,12 @@ | |||||||
| class PyIterativeStats(PythonPackage): | class PyIterativeStats(PythonPackage): | ||||||
|     """Bacis iterative statistics implementation.""" |     """Bacis iterative statistics implementation.""" | ||||||
| 
 | 
 | ||||||
|     pypi = "iterative-stats/iterative_stats-0.0.4.tar.gz" |     pypi = "iterative-stats/iterative_stats-0.1.0.tar.gz" | ||||||
|     git = "https://github.com/IterativeStatistics/BasicIterativeStatistics.git" |     git = "https://github.com/IterativeStatistics/BasicIterativeStatistics.git" | ||||||
|     maintainers("frobinou") |     maintainers("robcaulk") | ||||||
| 
 | 
 | ||||||
|     version("main", branch="main") |     version("main", branch="main") | ||||||
|  |     version("0.1.0", sha256="bb4f378a8fa117d1f24e9ea5ac0f1bd13c04b1ab3693a148ba936ffb237f2fba") | ||||||
|     version("0.0.4", sha256="7e838aa79de867b0e312be8cdf9319bb70824b624c684e968636cc8d4c9d5712") |     version("0.0.4", sha256="7e838aa79de867b0e312be8cdf9319bb70824b624c684e968636cc8d4c9d5712") | ||||||
| 
 | 
 | ||||||
|     # main dependencies |     # main dependencies | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 mschouler
					mschouler