Skip to content

Commit

Permalink
Updated Metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbraybrook committed Nov 20, 2024
1 parent cb87204 commit 4559b3b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = "OS Rapid Prototyping Team"

# The full version, including alpha/beta/rc tags
release = "1.2.3"
release = "1.3.0"

# -- General configuration ---------------------------------------------------

Expand Down
21 changes: 10 additions & 11 deletions recipes/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

{% set name = "osdatahub" %}
{% set version = "1.2.3" %}
{% set version = "1.3.0" %}


package:
Expand All @@ -19,15 +19,14 @@ build:
requirements:
host:
- pip
- python >=3.7
- python >=3.8
run:
- geojson ==2.5.0
- python >=3.7
- requests ==2.25.0
- shapely ==1.8.0
- typeguard ==2.13.0
- tqdm ~=4.62.3

- geojson ~=3.1.0
- python >=3.8
- requests ~=2.32.3
- shapely ~=2.0.6
- typeguard ~=4.4.0
- tqdm ~=4.67.0
test:
imports:
- osdatahub
Expand All @@ -45,6 +44,6 @@ about:
dev_url: https://github.com/OrdnanceSurvey/osdatahub
extra:
recipe-maintainers:
- dchirst
- JEPooley
- FHunt-OS
- FHunt-OS
- jmbraybrook
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ geojson~=3.1.0
typeguard~=4.4.0
shapely~=2.0.6
tqdm~=4.67.0
setuptools~=75.3.0
setuptools>=75.3.0
requests~=2.32.3
urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability

2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ install_requires =
typeguard~=4.4.0
shapely~=2.0.6
tqdm~=4.67.0
setuptools~=75.3.0
setuptools>=75.3.0
urllib3>=2.2.2
zipp>=3.19.1
python_requires = >=3.8
Expand Down

0 comments on commit 4559b3b

Please sign in to comment.