python-fitparse 2.1.2__tar.gz → 2.1.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-fitparse
3
- Version: 2.1.2
3
+ Version: 2.1.3
4
4
  Summary: Python library to parse ANT/Garmin .FIT files
5
5
  Project-URL: Homepage, https://github.com/nbr23/python-fitparse
6
6
  Project-URL: Repository, https://github.com/nbr23/python-fitparse
@@ -1,7 +1,7 @@
1
1
  # ***************** BEGIN AUTOMATICALLY GENERATED FIT PROFILE ******************
2
2
  # *************************** DO NOT EDIT THIS FILE ****************************
3
- # *********** EXPORTED PROFILE FROM SDK VERSION 21.194 ON 2026-02-10 ***********
4
- # ********* PARSED 199 TYPES (4331 VALUES), 123 MESSAGES (1397 FIELDS) *********
3
+ # *********** EXPORTED PROFILE FROM SDK VERSION 21.195 ON 2026-02-27 ***********
4
+ # ********* PARSED 199 TYPES (4332 VALUES), 123 MESSAGES (1397 FIELDS) *********
5
5
 
6
6
  from fitparse.records import (
7
7
  ComponentField,
@@ -3126,6 +3126,7 @@ FIELD_TYPES = {
3126
3126
  340: 'peloton',
3127
3127
  341: 'carv',
3128
3128
  342: 'tissot',
3129
+ 345: 'real_velo',
3129
3130
  5759: 'actigraphcorp',
3130
3131
  },
3131
3132
  ),
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "python-fitparse"
7
- version = "2.1.2"
7
+ version = "2.1.3"
8
8
  description = "Python library to parse ANT/Garmin .FIT files"
9
9
  authors = [
10
10
  {name = "David Cooper", email = "dave@kupesoft.com"},
File without changes