Re: [GRASS-dev] [release planning] GRASS GIS 8.0.1

2022-02-21 Thread Markus Neteler
On Sun, Feb 20, 2022 at 10:32 PM Stefan Blumentrath
 wrote:
>
> Hi,
>
> Agreed. It is a small change, affecting only MS Windows and tested 
> successfully. I don`t see any real risk here for breaking anything.
> https://github.com/OSGeo/grass/pull/2223 is indeed a PR against 
> releasebranch_8_0 that would backport the fix that just needs to get merged.

Seems #2223 has been merged,

https://github.com/OSGeo/grass/compare/8.0.1RC1...releasebranch_8_0

> However, if there is any chance to get also 
> https://github.com/OSGeo/grass/pull/2226 (also a tiny change to fix a 
> regression affecting all platforms)
> merged for 8.0.1, I would really appreciate it. But I understand of course if 
> you rather include that in 8.0.2.

The more we add to 8.0.1 the higher the need to make an RC2 and so on.

This are the differences to 8.0.0:
https://github.com/OSGeo/grass/compare/8.0.1RC1...releasebranch_8_0

The original plan was to make 8.0.1 a *quick*fix. We are far away from that...

Markus
___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev


Re: [GRASS-dev] [release planning] GRASS GIS 7.8.7

2022-02-21 Thread Markus Neteler
On Mon, Feb 21, 2022 at 11:32 AM Sebastiaan Couwenberg
 wrote:
> On 1/20/22 23:43, Markus Neteler wrote:
> > On Tue, Jan 18, 2022 at 7:57 PM Markus Neteler  wrote:
> >> Given that also a lot of wxPython/Python 3.10 fixes have been merged,
> >> I suggest that I create the 7.8.7RC1 by tomorrow.
> >
> > Done:
> > https://github.com/OSGeo/grass/releases/tag/7.8.7RC1
>
> Will there be an RC2 or final release in the foreseeable future?

There was not much feedback on RC1. This are the changes since then:
https://github.com/OSGeo/grass/compare/7.8.7RC1...releasebranch_7_8

@Tomáš: do we need RC2 for this change?
https://github.com/OSGeo/grass/commit/7f6f550d79f603d8218fd224540d1f852cfcec7e

However, I'd like to see 7.8.7 final out asap.

Markus
___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev


[GRASS-dev] addons list empty

2022-02-21 Thread Francesco Geri

Hello,
we have some problems with addons download in Grass 7.8.6 legacy.
The menù command "Install extension from addon" produce an empty list.
If we try to install extension from command line I obtain this:

g.extension extension=r.diversity operation=add
Downloading precompiled GRASS Addons ...
ERROR: Cannot open URL: 
http://wingrass.fsv.cvut.cz/grass78/x86_64/addons/grass-7.8.6/r.diversity.zip
but if I paste the repository addres sin a browser we correct download the zip 
file of addon, i.e. the addon exist, but Grass can't download it.
How can I solve this?
Thanks, Francesco

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev


Re: [GRASS-dev] [release planning] GRASS GIS 7.8.7

2022-02-21 Thread Sebastiaan Couwenberg

On 1/20/22 23:43, Markus Neteler wrote:

On Tue, Jan 18, 2022 at 7:57 PM Markus Neteler  wrote:

Given that also a lot of wxPython/Python 3.10 fixes have been merged,
I suggest that I create the 7.8.7RC1 by tomorrow.


Done:
https://github.com/OSGeo/grass/releases/tag/7.8.7RC1


Will there be an RC2 or final release in the foreseeable future?

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1
___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev


[GRASS-dev] Mini project 2022: Week 7: Redesigning a map display status bar combo box into a new settings dialog

2022-02-21 Thread Linda Kladivová



Hello guys,




I am sending my seventh weekly report, it is also available here: [1].




1) What did I complete this week?
This week was mostly about finishing PR [2] which creates the new radiobox
for statusbar settings. I was a bit unsure how to cope with this task so I
tried several ways, hopefully now I am on the right way and I will finish 
this PR soon. In the meantime I also created the new icon for Map Display 
settings (you can take a look at [3]) and I also opened the PR ​
(https://github.com/OSGeo/grass/pull/2216)[4] improving a bit the design of
Single-Window GUI at startup. This PR will be probably merged soon as well.




2) What am I going to achieve for next week?
The main task for the next week is to finish the PR [2]. The one chapter 
about combobox removal (statusbar redesign) will be finished then. However,
there are still many things missing. The Projection page from GUI settings
should be moved to Map Display settings, for instance, or EPSG text widget
could be added to the main statusbar etc..





3) Is there any blocking issue?
No, it isn't.





You can also have a look at the Twitter thread Vero shared [5] talking about
this project .

Feel free to share any comments, ideas! Even if it may not be included now,
it is good to know so that it can be included later. :-)





https://twitter.com/GRASSGIS/status/1494289478999019523?s=20=IxQDRvpI0Cb82
I4DfCEiBA

https://twitter.com/GRASSGIS/status/1494289478999019523?s=20=IxQDRvpI0Cb82
I4DfCEiBA

Have a nice week,

Linda





[1] https://trac.osgeo.org/grass/wiki/wxGUIDevelopment/RedesigningStatusbar
(https://trac.osgeo.org/grass/wiki/wxGUIDevelopment/RedesigningStatusbar)

[2] ​https://github.com/OSGeo/grass/pull/2153
(https://github.com/OSGeo/grass/pull/2153)

[3] ​https://github.com/OSGeo/grass/pull/2214
(https://github.com/OSGeo/grass/pull/2214)

[4] https://github.com/OSGeo/grass/pull/2216
(https://github.com/OSGeo/grass/pull/2216)

[5] https://twitter.com/GRASSGIS/status/1494289478999019523?s=20=IxQDRvpI0
Cb82I4DfCEiBA
(https://twitter.com/GRASSGIS/status/1494289478999019523?s=20=IxQDRvpI0Cb82I4DfCEiBA)
___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev


Re: [GRASS-dev] [release planning] GRASS GIS 8.0.1

2022-02-21 Thread Martin Landa
Hi,

ne 20. 2. 2022 v 22:26 odesílatel Martin Landa  napsal:
> Related to a quick fix for 8.0.0, I will build a new standalone
> installer 8.0.0-3 and publish soon.

please try 
https://grass.osgeo.org/grass80/binary/mswindows/native/WinGRASS-8.0.0-3-Setup.exe

Ma

-- 
Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.cz/mentors/landa
___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev