Skip to content

Commit

Permalink
[statapp] update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks1mS committed Jan 8, 2024
1 parent fd67067 commit ae76265
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion statapp/statapp
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/env bash
/usr/bin/python3 -m statapp
/usr/bin/python3 -m statapp
13 changes: 8 additions & 5 deletions statapp/statapp.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
%def_without check

Name: statapp
Version: 0.6.0
Version: 0.10.0
Release: alt1
Vendor: Shizand

Expand All @@ -12,14 +12,14 @@ Summary(ru_RU.UTF-8): Автоматизированное программно
License: GPL-3.0
Group: Sciences/Mathematics
Url: https://github.com/shizand/statapp

Packager: Maxim Slipenko <[email protected]>
# Source-url: https://github.com/shizand/statapp/archive/refs/tags/v%version.tar.gz
Source: %pypi_name-%version.tar
Source1: statapp

BuildArch: noarch

Packager: Maxim Slipenko <[email protected]>


BuildRequires(pre): rpm-build-python3
BuildRequires: python3-devel python3-module-setuptools python3-module-wheel
Expand All @@ -33,8 +33,8 @@ STAT.exe (Produced by Reutov V.N., Donetsk University, 1990)
Developed by two students of the DonNTU for their university.

%description -l ru_RU.UTF8
Автоматизированное программное средство по статистическому анализу
и регрессионному моделированию. Является идейным продолжателем программы
Автоматизированное программное средство по статистическому анализу
и регрессионному моделированию. Является идейным продолжателем программы
STAT.exe (Produced by Reutov V.N., Donetsk University, 1990)

Разработано двумя студентами ФГБОУ ВО «ДонНТУ» для своего университета.
Expand All @@ -61,6 +61,9 @@ install -m755 -D %SOURCE1 %buildroot%_bindir/statapp
%exclude %python3_sitelibdir_noarch/%pypi_name/**/*.ui

%changelog
* Mon Jan 08 2024 Maxim Slipenko <[email protected]> 0.10.0-alt1
- new version

* Sat Oct 21 2023 Maxim Slipenko <[email protected]> 0.6.0-alt1
- new version

Expand Down

0 comments on commit ae76265

Please sign in to comment.